jumaris / indyproject

Automatically exported from code.google.com/p/indyproject
0 stars 0 forks source link

TIdHTTP attempts to redirect on any reply with a "Location" header #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Only 3xx replies (other than 304) should perform redirection logic.  Any other 
reply code should not.  For instance, Amazon S3 includes a "Location" header in 
a 200 reply to some of its PUT requests.

Original issue reported on code.google.com by gambit47 on 22 Apr 2011 at 6:29