json-ld / json-ld.org

JSON for Linked Data's documentation and playground site
https://json-ld.org/
Other
853 stars 152 forks source link

Send credentials on cross-origin requests #749

Open jaw111 opened 3 years ago

jaw111 commented 3 years ago

I am trying to use the playground to load JSON-LD from a host that requires authentication. Although I am authenticated against those hosts in my browser, the requests from the playground do not send the credentials.

It would be great if the playground could send requests with credentials, or add an option to allow user to toggle this behavior.