Skip to content

Support for withCredentials attribute in request object #27

@dinorastoder

Description

@dinorastoder

The withCredentials attribute

client . withCredentials
True when user credentials are to be included in a cross-origin request. False when they are to be excluded in a cross-origin request and when cookies are to be ignored in its response. Initially false.

When set: throws an InvalidStateError exception if state is not unsent or opened, or if the send() flag is set.

https://xhr.spec.whatwg.org/#the-withcredentials-attribute

Is it in plan to support withCredentials attribute so, at least to be by default to true, so code from browser can be used in server environment?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions