in javascript i use a xmlhttpRequest with finalurl to follow masked url trough multiples crappy redirection and return the true url (and open it directly)
does it prevent middle servers to create their cookies ? does it make sense ?
i read many things before posting, but this far away from my understanding
I've tested the result from withCredentials with `alert(xhr.withCredentials)` The result was false on mozilla firefox for linux – Aug 20 '16 at 15:03