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 working with cross-origin requests, headers are only exposed when whitelisted.
This means autodiscovery breaks unless a Access-Control-Expose-Headers header containing Link is sent.
While this issue is not specific to this library, I think it'd be helpful to document how to make in-browser cross-domain autodiscovery happen.
Happy to submit a documentation PR!
The text was updated successfully, but these errors were encountered:
When working with cross-origin requests, headers are only exposed when whitelisted.
This means autodiscovery breaks unless a
Access-Control-Expose-Headers
header containingLink
is sent.While this issue is not specific to this library, I think it'd be helpful to document how to make in-browser cross-domain autodiscovery happen.
Happy to submit a documentation PR!
The text was updated successfully, but these errors were encountered: