Opened 3 years ago
Last modified 3 years ago
#2296 closed defect
METHOD always recognized as 'GET' when using postman — at Initial Version
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | nginx-1.21.5 |
Component: | nginx-core | Version: | 1.19.x |
Keywords: | Cc: | exxocism@… | |
uname -a: | Linux ip-172-31-9-17 5.11.0-1022-aws #23~20.04.1-Ubuntu SMP Mon Nov 15 14:03:19 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux | ||
nginx -V: |
nginx version: nginx/1.21.4
built by gcc 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) built with OpenSSL 1.1.1f 31 Mar 2020 TLS SNI support enabled configure arguments: --add-module=../njs/nginx --with-pcre --with-pcre-jit --with-http_ssl_module --with-http_v2_module --with-threads |
Description
PoC
- All the request method is shown as GET
- even if I used POST or PUT or DELETE, when I'm using postman
- using postman version 9.4.1 latest
- Don't know if it's a problem of postman or nginx, I want you guys to figure it out.
- I found this bug when I was using njs script
- and figured out It has nothing to do with njs
- rather it's related to nginx problem.
- nginx access / error log shows methods always as "GET"
2021/00/00 00:00:00 [info] 00#00: *00 js: [DUMMY] 000.000.000.000 GET /dummy
Thank you for your cool nginx :D
Note:
See TracTickets
for help on using tickets.