Open
Description
Hi,
I am using cljs-ajax on a CLJ-project. I am requesting something from an API and it should return a 307 temporary redirect. The redirect location does return a url that does not accept the authentication headers that I needed for the original request. So I want to get the answer back extract the location and start a new request without the headers.
It seems to me that cljs-ajax does automatically resolve the redirect. Is this correct?
How can I avoid that?
Thanks!
Activity