Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 65845
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T19:00:37+00:00 2026-05-10T19:00:37+00:00

Could somebody give me a brief overview of the differences between HTTP 1.0 and

  • 0

Could somebody give me a brief overview of the differences between HTTP 1.0 and HTTP 1.1? I’ve spent some time with both of the RFCs, but haven’t been able to pull out a lot of difference between them. Wikipedia says this:

HTTP/1.1 (1997-1999)

Current version; persistent connections enabled by default and works well with proxies. Also supports request pipelining, allowing multiple requests to be sent at the same time, allowing the server to prepare for the workload and potentially transfer the requested resources more quickly to the client.

But that doesn’t mean a lot to me. I realize this is a somewhat complicated subject, so I’m not expecting a full answer, but can someone give me a brief overview of the differences at a bit lower level?
By this I mean that I’m looking for the info I would need to know to implement either an HTTP server or application. I’m mostly looking for a nudge in the right direction so that I can figure it out on my own.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T19:00:37+00:00Added an answer on May 10, 2026 at 7:00 pm

    Proxy support and the Host field:

    HTTP 1.1 has a required Host header by spec.

    HTTP 1.0 does not officially require a Host header, but it doesn’t hurt to add one, and many applications (proxies) expect to see the Host header regardless of the protocol version.

    Example:

    GET / HTTP/1.1 Host: www.blahblahblahblah.com 

    This header is useful because it allows you to route a message through proxy servers, and also because your web server can distinguish between different sites on the same server.

    So this means if you have blahblahlbah.com and helohelohelo.com both pointing to the same IP. Your web server can use the Host field to distinguish which site the client machine wants.

    Persistent connections:

    HTTP 1.1 also allows you to have persistent connections which means that you can have more than one request/response on the same HTTP connection.

    In HTTP 1.0 you had to open a new connection for each request/response pair. And after each response the connection would be closed. This lead to some big efficiency problems because of TCP Slow Start.

    OPTIONS method:

    HTTP/1.1 introduces the OPTIONS method. An HTTP client can use this method to determine the abilities of the HTTP server. It’s mostly used for Cross Origin Resource Sharing in web applications.

    Caching:

    HTTP 1.0 had support for caching via the header: If-Modified-Since.

    HTTP 1.1 expands on the caching support a lot by using something called ‘entity tag’. If 2 resources are the same, then they will have the same entity tags.

    HTTP 1.1 also adds the If-Unmodified-Since, If-Match, If-None-Match conditional headers.

    There are also further additions relating to caching like the Cache-Control header.

    100 Continue status:

    There is a new return code in HTTP/1.1 100 Continue. This is to prevent a client from sending a large request when that client is not even sure if the server can process the request, or is authorized to process the request. In this case the client sends only the headers, and the server will tell the client 100 Continue, go ahead with the body.

    Much more:

    • Digest authentication and proxy authentication
    • Extra new status codes
    • Chunked transfer encoding
    • Connection header
    • Enhanced compression support
    • Much much more.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 62k
  • Answers 62k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer You can use any programming language that you want as… May 11, 2026 at 10:05 am
  • added an answer Not in C# 3.0; this feature is on the sheet… May 11, 2026 at 10:05 am
  • added an answer Each process that is created gets its own environment which… May 11, 2026 at 10:05 am

Related Questions

Could somebody give me a brief overview of the differences between HTTP 1.0 and
Could somebody please do a rundown of how to programmatically encrypt a config-file in
Could somebody please name a few. I could given time, but this is for
Could somebody please point me in the right direction for learning how to do
Could somebody please explain to me what happens here? I am creating a binding
Could somebody point me to an example how to search for phrases with Lucene.net?
Could somebody please elaborate on the differences?
Could somebody please tell me what is Memory Page Out Rate. I have seen
I'm not the best at PHP and would be extremely grateful if somebody could
Could someone recommend any good resources for creating Graphics User Interfaces, preferably in C/C++?

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.