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.
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!