You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use AKHQ behind oauth2-proxy which handles authentication, it sets a cookie.
With this cookie, requests are forwarded to the AKHQ server.
Everything works fine, except for the manifest.json, where the browser doesn't send the cookie and you end up with an error (CORS).
The solution is to add the crossorigin="use-credentials" attribute to the tag:
When I use AKHQ behind oauth2-proxy which handles authentication, it sets a cookie.
With this cookie, requests are forwarded to the AKHQ server.
Everything works fine, except for the
manifest.json
, where the browser doesn't send the cookie and you end up with an error (CORS).The solution is to add the
crossorigin="use-credentials"
attribute to the tag:Documentation :
crossorigin
link attributes
The text was updated successfully, but these errors were encountered: