You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
Using CORS + setting withCredentials=true in the http request is a quite common need, since it is mandatory for apps with authentication in development mode when your server is running on a port (8080 for example) and AngularDart application on another (3030 for debugging).
withCredentials parameter is available in the deprecated http.request() method, but not on http.post(), http.get() etc. It could be great to allow users to specify a withCredentials named parameter un http.post() and other shortcuts methods.