Allow all origins
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 845
- Forks
- 146
- PR merge metrics
- No merged PRs in 30d
Description
I tried setting to allow all requests:
allowed_origins:
- '*'
But I'm still getting the message Aborting response due to origin not allowed. What is the correct way?
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 tracing how the allowed_origins configuration is parsed and how the origin check produces the “origin not allowed” message. Compare the shown wildcard value with the accepted configuration format; done means the documented all-origins setting permits the request without aborting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- security
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100