Skip to content

Missing Cookies on CORS requests #283

@mfrro

Description

@mfrro

Cookies aren't sent along with CORS requests. A use case for this is access to private resources, where access tokens are stored in cookies. For example AWS CloudFront with signed cookies.

Simple fix would be to just set withCredentials=true for image requests.

http.withCredentials = false;

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