You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/03/12 08:49:28 UTC

[GitHub] [apisix] navysummer opened a new issue #6591: request help: How to modify the request body of a post request

navysummer opened a new issue #6591:
URL: https://github.com/apache/apisix/issues/6591


   ### Issue description
   
   `curl -H "Content-Type: application/json" -X POST -d '{"username": "test" }' "http://127.0.0.1:9080/test"
   
   Lua plug-in converted body
   
   `
   {"id":"396519875977151168"}
   `
   `
   
   ### Environment
   
   - apisix version (cmd: `apisix version`):2.12
   - OS (cmd: `uname -a`): centos
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):nginx version: openresty/1.19.9.1
   - etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
   - apisix-dashboard version, if have:
   - the plugin runner version, if the issue is about a plugin runner (cmd: depended on the kind of runner):
   - luarocks version, if the issue is about installation (cmd: `luarocks --version`):
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] navysummer closed issue #6591: request help: How to modify the request body of a post request

Posted by GitBox <gi...@apache.org>.
navysummer closed issue #6591:
URL: https://github.com/apache/apisix/issues/6591


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org