-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access Link header in fetch response #92
Comments
|
@mikeyduece What tutorials are you looking at? |
This ( else if response type is cors then server restricts the headers you can view to |
I can see link in postman , but when I'm doing response.headers.get('Link'), im getting null. |
I'm consuming an API that I paginated with your gem. How would I gain access to the link header in the fetch response? I am using React to consume the endpoint, right now when I try
response.headers
it's just an empty json object.The text was updated successfully, but these errors were encountered: