Edited by UnknownKnowledge, 18 July 2011 - 11:14 PM.
1 reply to this topic
#1
Posted 18 July 2011 - 05:07 PM
I am looking for a tutorial on HTTP Web Request, but I can't seem to find one. Does anyone know a place where I can learn more about it?
|
|
|
#2
Posted 20 July 2011 - 12:59 PM
HTTP is an application layer protocol (part of TCP/IP suite) that contains web request messages called "get requests" and their responses. A get request usually contains fields such as useragent, hostname, URI etc.
The base RFC should be the best reference
http://www.ietf.org/rfc/rfc2616.txt
However, if you are not into networking protocols and find it difficult to read RFC's
This article gives a pretty good technical understanding of http as well as references to all kind of material
Hypertext Transfer Protocol - Wikipedia, the free encyclopedia
The base RFC should be the best reference
http://www.ietf.org/rfc/rfc2616.txt
However, if you are not into networking protocols and find it difficult to read RFC's
This article gives a pretty good technical understanding of http as well as references to all kind of material
Hypertext Transfer Protocol - Wikipedia, the free encyclopedia
Today is the first day of the rest of my life
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









