dabue opened a new issue #2457:
URL: https://github.com/apache/apisix/issues/2457


   ### Issue description
   Line 240:
   curl -i -X GET http://127.0.0.1:9080/samplePrefix/get?param1=foo&param2=bar 
-H 'apikey: superSecretAPIKey'
   
   should be replaced with 
   curl -i -X GET 
"http://127.0.0.1:9080/samplePrefix/get?param1=foo&param2=bar"; -H 'apikey: 
superSecretAPIKey'
   
   ### Environment
   
   * apisix version (cmd: `apisix version`):
   * OS: centos 7
   
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to