CaioMeloSilva / poster-extension

Automatically exported from code.google.com/p/poster-extension
0 stars 0 forks source link

Redirects are not visible #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Problem:
1. Call a webservice which will result in a 301 permanent redirect.
2. Have a look at the response window.

The status now says '200 OK' when in fact I was getting a 301 permanent 
redirect with a new location.

I would wish for a way to see the redirect header and the new location, 
before deciding to follow it.

(Poster 2.0.0 on Firefox 3.5.2 on Windows XP)

Original issue reported on code.google.com by 128625 on 27 Aug 2009 at 6:55

GoogleCodeExporter commented 8 years ago
Firefox is automatically following the headers.  I'm not sure if there is a way 
to tell the XMLHttpRequest object to 
not follow re-directs.  I'll have to research this.

Original comment by alexmilo...@gmail.com on 16 Sep 2009 at 2:42

GoogleCodeExporter commented 8 years ago

Original comment by alexmilo...@gmail.com on 16 Sep 2009 at 2:42

GoogleCodeExporter commented 8 years ago
XMLHttpRequest does not allow turning off following redirects.

Original comment by a...@milowski.com on 11 Oct 2011 at 7:45