Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Make it easier to set withCredentials=true #945

Closed
@sdeleuze

Description

@sdeleuze

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.

More details about that in https://groups.google.com/forum/#!topic/angular-dart/8FrOdBoYw-A

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions