Share this post! | Vote this! |
|
The following introductory topics will be discussed in this article:
- The life-cycle of an HTTP request & response.
- Anatomy of an HTTP request & response.
- HTTP Methods & best practices.
- A user visits the URL of a website.
- This creates a request which is routed to a web server via the internet (a network of DNS’s, routers and switches) over HTTP (Hypertext Transfer Protocol).
- The web server receives the HTTP request and responds to the user with the web page (or content) which was requested.
To see an example of what an HTTP request and response looks like do the following:
More...
0 comments:
Post a Comment