Allow for retry with scalar proxy
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 29k
- Forks
- 4k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 71
Description
Bug description
Currently we dont use the scalar api proxy, however we should probably do the following 2 attempts at an http request:
- first attempt is directly try without proxy
- second attempt is try with proxy only if CORS error is reached
we can make this a configuration option with scalar api references, but will be default off
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
The issue names no files, tests, or entry points; start by locating the HTTP request handling and Scalar API reference configuration. Trace how CORS errors are surfaced, then verify that requests try direct access first and use the Scalar proxy only after that error, with the option disabled by default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100