HTTP/1.1 just got a major update
evertpot.com
HTTP/1.1 just got a major update
1–10 of 75 posts
Re: HTTP/1.1 just got a major update
#2It will likely be awhile before widespread adoption, but to see a standard move forward in such a seemingly small, but considerable way is great.
Kudos to those involved. I can't imagine it was an easy feat.
Re: HTTP/1.1 just got a major update
#3I'm glad this new spec apparently resolves a lot of ambiguities. I hated reading 2616 and some specs it depended on (email, URI, etc).
Re: HTTP/1.1 just got a major update
#4Re: HTTP/1.1 just got a major update
#5I wonder what Googlebot will make of this. There is a lot of debate already amongst search engine developers on which type of redirect to use.
Re: HTTP/1.1 just got a major update
#6And I just finished implementing 2616 in a toy server of mine. Sigh. C'est la vie. I'm glad this new spec apparently resolves a lot of ambiguities. I hated reading 2616 and some specs it depended on (email, URI, etc).
Re: HTTP/1.1 just got a major update
#7Re: HTTP/1.1 just got a major update
#8Finally, the spec is crystal clear that message bodies on GET requests are not illegal.
Re: HTTP/1.1 just got a major update
#9Re: HTTP/1.1 just got a major update
#10Finally, the spec is crystal clear that message bodies on GET requests are not illegal.
Pardon my ignorance but how are GET payloads useful? Does that not violate REST principles?
The reason I can think of for sending a payload in a GET is if the data you wanted to send in a query string is too large.