Rest API - exposing response headers - frontend
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 40.9k
- Forks
- 5.4k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 202
Description
Problem
At times, a query returns response headers as in auth tokens, login key etc. These are to be passed alongside other queries for authorization purposes. Currently, we do expose these in inspector but user is not able to access these with query object.
Solution
Frontend
Show API Request preview along with query response preview
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the frontend inspector and the query response preview described in the issue. Trace how the query object is exposed to the UI, then add the API Request preview so response headers can be accessed alongside the query response; done means the preview displays the request and returned headers as shown in the provided image.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100