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 2020/10/29 03:23:40 UTC

[GitHub] [apisix] thekingofworld commented on issue #2554: request help: abnormal output after using echo plugin

thekingofworld commented on issue #2554:
URL: https://github.com/apache/apisix/issues/2554#issuecomment-718334757


   @moonming OK, here is text
   ```
   curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
   {
       "plugins": {
           "echo": {
               "before_body": "before the body modification "
           }
       },
       "upstream": {
           "nodes": {
               "127.0.0.1:8080": 1
           },
           "type": "roundrobin"
       },
       "uri": "/hello"
   }'
   ```


----------------------------------------------------------------
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.

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