openresty / openresty/lua-nginx-module
ngx.var.signature could not get parameter value
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 11.8k
- Forks
- 2.1k
- Avg merge
- 6h 1m
- Merged PRs (30d)
- 6
Description
Now I do tencent weixin publish account develop, the following request: "GET /publicaccount?signature=7be54773cf102f7ea94bdd407c45fedc56209259&echostr=3400795938795352058×tamp=1551167450&nonce=433891544 HTTP/1.1", I could not use ngx.var.signature to get uri signature parameter value, always get nil
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
Start at the ngx.var.signature entry point and reproduce the GET request shown in the issue against lua-nginx-module. Trace how query parameters are exposed through ngx.var and compare the observed value with the request's signature parameter. Done means establishing whether the behavior is a module bug or an incorrect variable lookup, with a documented reproduction or a focused fix path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100