This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ability to modify xhr properties #536
Closed
Description
For cross-domain requests to services that require any type of basic authentication or cookie exchange, it is necessary to set xhr. withCredentials = true
CORS spec - http://www.w3.org/TR/cors/