Skip to content

Playground cookie issue #2

@sergomet

Description

@sergomet

The cookies are absent in the request originating from Playground.

Here is a workaround:

  1. Go to your GraphQl Playground

  2. In the top right corner click on the gear icon (settings)

  3. Change the following

{
-  "request.credentials": "omit",
+  "request.credentials": "same-origin",
}

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