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
Is there a way to preserve headers that are passed to the graphql endpoint? ie. forward headers on the REST API endpoint. I tried passing along an Authorization header, but it seems to get lost at some point and the REST API returns with a 401. I've looked through the docs, but I didn't see anything that would do this.
The text was updated successfully, but these errors were encountered:
@sudall Sorry for the late reply. Have you tried using the headers or requestOptionsoptions? These options should allow you to pass your custom headers and other request options to the endpoint.
If you've tried this and it did not work, please let me know more about your use case.
Hello,
Is there a way to preserve headers that are passed to the graphql endpoint? ie. forward headers on the REST API endpoint. I tried passing along an Authorization header, but it seems to get lost at some point and the REST API returns with a 401. I've looked through the docs, but I didn't see anything that would do this.
The text was updated successfully, but these errors were encountered: