Authorization:
" header is base64
encoded. Discuss the probable reasons for this, and its
likely effectiveness.
Authorization:
" header is not valid (ie, the
user is not authorised to view the page), most Web browsers will
display an error page. Where do you think the text of this page
comes from? It's OK to guess.
<INPUT TYPE="TEXT" NAME="Name" MAXLENGTH="64" SIZE="20">
name=Phil+Scott&sex=male&occupation=Fairly+Ordinary+Lecturer
GET
method was originally recommended for
submission of form data where the submission of the form is not
intended to have side effects. What does this mean?
What is the alternative?
http://www.google.com/search?hl=en&q=%22phil+scott%22+bendigo
<FORM METHOD=>
used to generate
it was specified as GET
or
POST
?
HREF
". Why is this useful?
METHOD=POST
, explain how the browser sends the
form information (or QUERY_STRING
) to the Web
server.
apache
)on
ironbark.bendigo.latrobe.edu.au
could be configured to
additionally respond to requests for (eg)
greybox.bendigo.latrobe.edu.au
Web pages. Using these
techniques, typical commercial hosting sites can have hundreds and
even thousands of "domains" hosted on a single machine. What aspect
of the HTTP request format particularly supports virtual hosting?
What other configuration tricks are likely to be required?