Results 1 to 7 of 7

Thread: What is option * HTTP/1.0"

  1. #1
    Join Date
    Apr 2010
    Posts
    79

    What is option * HTTP/1.0"

    Is HTTP/1.0 does it compare to its predecessor? The first improvement is for the convenience of navigation: HTTP/1.0 can handle the caches (The mechanism remains fairly primitive). Then we can send information to the server (thanks to a new method: the POST). HTTP/1.0 know then recognize when a query failed (The famous "404 not Found"). Finally, HTTP/1.0 allows users to authenticate, for example, for access to a hidden part of a site. Have you any idea about option in * HTTP/1.0". Please help.

  2. #2
    Join Date
    Feb 2008
    Posts
    1,852

    Re: What is option * HTTP/1.0"

    An HTTP/1.0 request consists of three things: method (Which to say what we do), followed immediately by Headers (To give more details) an extra line break and finally the possible entity body (Information to send to the server, ie the content of a form or a file). We will see below that Headers are also composed of three parts (the last option, information on data below).

  3. #3
    Join Date
    May 2008
    Posts
    2,297

    Re: What is option * HTTP/1.0"

    The requests in HTTP/1.0 can be of 3 kinds (there are 3 different methods): method GETThe method HEAD and method POST.Method GET is the same as in HTTP/0.9: it allows retrieve the document specified by the URI. The role of the method HEAD will be described in the section dealing caches. It quickly allows to retrieve only the header part a complete response.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: What is option * HTTP/1.0"

    HTTP/1.0: he does not handle relative URLs when there is a virtual server configuration. Specifically, if we make a HTTP/1.0 request on a machine that hosts in asking for the file / Index.html (Application form: GET / index.html HTTP/1.0), And although the server does not know which page to index.html. In HTTP/1.0, we must specify the absolute URL of documents (GET HTTP/1.0).

  5. #5
    Join Date
    Oct 2005
    Posts
    2,393

    Re: What is option * HTTP/1.0"

    When you make a request to a server must send a prior header for clarify. This header is actually optional: for compatibility reasons with HTTP/0.9 clients, we can complete an application by typing 2 times without input giving header. Otherwise, the header is composed of more than 3 parts, the latter is mandatory only if you send data to the server:
    * generic header: The exchange, the application or response,
    * header of the request: Details on the application itself,
    * header entity: Details on the data sent (Meta information)

  6. #6
    Join Date
    Feb 2010
    Posts
    532

    Re: What is option * HTTP/1.0"

    HTTP/1.0 server response is very similar to the client's request for above, The difference being that the server first sends a status and not a method. The rest (headers and body of the entity) generally operate the same way. With HTTP/1.0, the client knows the type of response, through the header of the server response. In fact, the first thing that returns the server, is how the transaction went.

  7. #7
    Join Date
    Feb 2010
    Posts
    796

    Re: What is option * HTTP/1.0"

    HTTP/1.0 introduces special instructions such as Date, Expires and Last-Modified , which determine when a requested document changed since the last time, or calculate the time that must remain a resource in the cache, or simply to tell from when you should ask the server the new document (Directive Expires).

Similar Threads

  1. Accessing "http://companyweb/default.aspx" From remote location
    By attitude.ashwin in forum Small Business Server
    Replies: 3
    Last Post: 02-01-2014, 10:31 AM
  2. Replies: 10
    Last Post: 02-05-2012, 08:14 PM
  3. Replies: 7
    Last Post: 04-01-2012, 09:14 PM
  4. Replies: 1
    Last Post: 13-05-2010, 03:46 AM
  5. Replies: 3
    Last Post: 01-06-2006, 02:35 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,195,907.78841 seconds with 17 queries