freemankevin commented on issue #9064:
URL: https://github.com/apache/apisix/issues/9064#issuecomment-1467751224

   `api`  is ok.
   ```shell
   $ curl -i -X GET "http://httpbin.org:80/anything/xxx?arg=10";
   HTTP/1.1 200 OK
   Date: Tue, 14 Mar 2023 09:43:31 GMT
   Content-Type: application/json
   Content-Length: 372
   Connection: keep-alive
   Server: gunicorn/19.9.0
   Access-Control-Allow-Origin: *
   Access-Control-Allow-Credentials: true
   
   {
     "args": {
       "arg": "10"
     },
     "data": "",
     "files": {},
     "form": {},
     "headers": {
       "Accept": "*/*",
       "Host": "httpbin.org",
       "User-Agent": "curl/7.29.0",
       "X-Amzn-Trace-Id": "Root=1-641041c3-05f3876743ef87636ddc69cb"
     },
     "json": null,
     "method": "GET",
     "origin": "59.42.206.240",
     "url": "http://httpbin.org/anything/xxx?arg=10";
   }
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to