HTTP 1.2 needs a number of things to make the web better. This article discusses some of them.
HTTP would be better if HTTP used SRV records. This would allow for better load balancing, and would mean that it would be possible to just use domains for the web as well as e-mail. For instance, example.com at the moment would probably use user@example.com [9] as their e-mail, and www.example.com [10] as their website. With SRV records, it's possible to just use example.com for all these things. You can read more about SRV records at:
HTTP would also be better if IPv6 support were mandated. IPv6, in spite of its slow deployment to date, is expected to become quite common sometime between 2010 and 2012.
HTTP 1.2 needs better built-in authentication. This is covered in a series, the main article of which is HTTP Authentication: Solutions and Futures [13], so I won't rehash all of that here. I will, however, summarise the changes that need to be made to the RFC:
I quote Mr. Charles Miller, in his article Saving HTTP Authentication [14]. He suggests that the section on the WWW-Authenticate header include the following text:
On receiving a WWW-Authenticate header with a 2xx response, any user-agent that has credentials cached for the realm SHOULD repeat the request, including those credentials. If the user-agent has no credentials cached for the given realm, it SHOULD NOT interrupt the delivery of the response to the user, but MAY provide some indication that the page accepts authentication, and some mechanism to enter credentials.
As in RFC2617, the user-agent MAY preemptively send the same credentials for any resource located at a URI beneath the one at which the WWW-Authenticate header was received.
I'm unsure whether the more secure improvement should be chosen or the more flexible, but HTTP Authentication User Interface [15] documents both solutions.
I'd also recommend the additional text:
User agents must support a facility to log out at the user's command, such as a "Log out" button.
Digest authentication supports the submission of multiple domains. Digest wildcards (such as *.blogs.example.com, which matches john.blogs.example.com [18] and fred.blogs.example.com) should be added as an optional facility. Naturally, these should fall under the same restrictions as cookie wildcards. Support for this should be added to the appropriate RFC.
The Wikipedia article on HTTP [19] points out that there was a brief attempt at HTTP 1.2. This attempted to add an extension mechanism to HTTP. This is documented in RFC 2774 [20]. This was never adopted as an official internet standard because, to quote the RFC, "there is a more general concern about whether this document actually represents community consensus regarding the evolution of HTTP. Additional study and discussion are needed before this can be determined." Unfortuantely I've been unable to find any information as to whether additional study and discussion occured, and what it brought about. But the idea is worth revisiting.
Links:
[1] http://computerstuff.jdarx.info/content/http-12-what-it-needs#toc0
[2] http://computerstuff.jdarx.info/content/http-12-what-it-needs#toc1
[3] http://computerstuff.jdarx.info/content/http-12-what-it-needs#toc2
[4] http://computerstuff.jdarx.info/content/http-12-what-it-needs#toc3
[5] http://computerstuff.jdarx.info/content/http-12-what-it-needs#toc4
[6] http://computerstuff.jdarx.info/content/http-12-what-it-needs#toc5
[7] http://computerstuff.jdarx.info/content/http-12-what-it-needs#toc6
[8] http://computerstuff.jdarx.info/content/http-12-what-it-needs#toc7
[9] mailto:user@example.com
[10] http://www.example.com
[11] http://en.wikipedia.org/wiki/SRV_record
[12] http://dns.vanrein.org/srv/
[13] http://computerstuff.jdarx.info/content/http-authentication-solutions-and-futures
[14] http://fishbowl.pastiche.org/2003/12/30/saving_http_authentication
[15] http://computerstuff.jdarx.info/content/http-authentication-user-interface
[16] http://computerstuff.jdarx.info/content/inadequate-logout-functionality-http-authentication
[17] http://fishbowl.pastiche.org/2003/12/30/saving_http_authentication
[18] http://john.blogs.example.com
[19] http://en.wikipedia.org/wiki/HTTP
[20] http://ftp.ics.uci.edu/pub/ietf/http/rfc2774.txt