Re: Ajax cross-domain 302 response should be followed or not?
Boris Zbarsky <[email protected]> Tue, 14 Oct 2014 08:43:52 -0400
| Newsgroups | gmane.comp.mozilla.devel.netlib |
|---|---|
| Message-ID | <[email protected]> |
On 10/14/14, 12:05 AM, [email protected] wrote: > How do I make the firefox follow the 302 in 10th step? Any ideas? What do the exact requests look like? Cross-site redirects in cases where a preflight would be needed are not allowed in CORS, so make sure that your request is not falling in that bucket. -Boris