openresty / openresty/headers-more-nginx-module
more_set_input_headers not working
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 1.8k
- Forks
- 236
- Avg merge
- 1h 34m
- Merged PRs (30d)
- 2
Description
server {
...
location / {
...
more_set_input_headers 'myheader: test123';
..
}
...
}
html-code: img src="http://x.x.x.x:xxxx/test/1.jpg"
it doesn't send request header to x.x.x.x?
Contributor guide
No contributing guide indexed for this repository
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
No source file or test is named. Start by reproducing the shown server/location configuration with the more_set_input_headers directive and the image request, then inspect the module documentation and relevant request-header entry point. Done means identifying why the header is not sent and adding a verified fix or a precise explanation of the expected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, nginx
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100