Re: Ajax cross-domain 302 response should be followed or not?

[email protected] Tue, 14 Oct 2014 20:36:38 -0700 (PDT)
Newsgroups gmane.comp.mozilla.devel.netlib
Message-ID <[email protected]>
Hi Boris,

Thanks for the reply.

Trying to understand exactly what information can be supplied to you .. 
Are you trying to understand if the requests were GET / POST / OPTIONS etc? OR more information than that?

I can accordingly supply the information here. 


On Tuesday, October 14, 2014 6:13:52 PM UTC+5:30, Boris Zbarsky wrote:
> 
> 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