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
Using it on a resource indeed returns all the headers, including the Link header. So does the request I see in the browser network tab.
Not the same thing can be said abut the javascript fetch. When I call response.headers.get('Link') in the fetchthen, I get null. Listing all the headers I receive in the fetchresponse, I get:
Uh oh!
There was an error while loading. Please reload this page.
Any idea why this is happening?
The text was updated successfully, but these errors were encountered: