question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How do I get the response headers?

See original GitHub issue

I’m using this awesome library to work with the Shopify REST API and everything was like a dream, until Shopify threw a wrench and decided to deprecate its limit and page querystring parameters, and phase-in “cursor-based navigation”, where they put links to the next page in the response headers.

I can’t seem to find anything about response headers… am I missing something, or RestEase needs a new feature for this?

Thanks!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
canton7commented, Sep 13, 2019

ResponseMessage, then get the headers from that.

0reactions
canton7commented, Sep 21, 2019

Turns out I already did this…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Response: headers property - Web APIs | MDN
The headers read-only property of the Response interface contains the Headers object associated with the response.
Read more >
View Response Headers
View headers with browser development tools. In Google Chrome, navigate to a page to research. Within the page, right-click (for PC users) or ......
Read more >
How to check HTTP Response and Security Headers using ...
Go to the Headers tab. Scroll down to Response Headers section. Here you will see the strict-transport-security setting. Process complete.
Read more >
Reading response headers with Fetch API
In response to a cross-origin request, add 'Access-Control-Expose-Headers': '*' to your response header, so that all headers are available to be ...
Read more >
How to use Request-Response Headers
How to use Request-Response Headers ; Go to the developer tool (F12). ; Switch to the Networks tab. ; Switch to the Headers...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found