h-tadagawa / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

303 Redirects should not occur behind-the-scenes #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you input a URI that does a redirect (303 that I know of, probably
others), it spits out the response from the redirected URI and its contents
(for example, 200 OK with the body).

It should probably first, tell you that it redirected you, and then the
contents and response code of the redirected URI.

Original issue reported on code.google.com by umb...@gmail.com on 1 Apr 2008 at 3:03

GoogleCodeExporter commented 8 years ago
Looks like this might be a duplicate of Issue 54 - if it is, apologies.

Original comment by umb...@gmail.com on 1 Apr 2008 at 3:05

GoogleCodeExporter commented 8 years ago
Thanks for letting us know this. I will incorporate this in v.3.0. Yes, it did 
occur
to me for sometime, thats when I created Issue 54.

Original comment by subwiz on 1 Apr 2008 at 5:51

GoogleCodeExporter commented 8 years ago
Marking this as Duplicate. I have found the code example to track this, and 
further 
developments in this issue will be tracked in the Issue 54.

Original comment by subwiz on 11 Nov 2008 at 6:01