[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: apache weird GET



On Friday 30 January 2004 16:03, Leo wrote:
 
>
> What does it mean? (the "GET ...yahoo..." part)
>
 
"GET" is a http protocol command. In a nutshell it instructs your 
webserver to retrieve the specified object and return it. e.g.

GET /index.html

will return the index.html page in the server root.


The RFC is at:

http://www.faqs.org/rfcs/rfc2616.html



Regards,  Mike Klinke




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]