|
|
|
|
|
by heyjonboy
5445 days ago
|
|
"Note: Many pre-HTTP/1.1 user agents do not understand the 303 status." The fact is there really aren't any pre-HTTP/1.1 browsers still in use. See: http://serverfault.com/questions/110932/are-there-internet-u... Given that many web apps these days require javascript and CSS and HTTP/1.1 is over 12 years old, I don't think it's realistic to worry about clients that only support HTTP/1.0. While 302 works in practice, it's safer to use 303, which works by definition. |
|
As your StackOverflow link mentions, Squid, a widely used proxy, is still only fully implemented for HTTP/1.0.