xuanyanwow commented on pull request #6385:
URL: https://github.com/apache/apisix/pull/6385#issuecomment-1046447920


   Because i test in windows with docker.
   
   Now i can make sure the question by use ` fiddler ` to get the  request info.
   It is because windows'cmd cannot parse single quote ,but it's have a little 
diffrent .
   
   ``` 
   curl -H 'X: 123'
   ```
   it can not parse ,throw the error `curl: (6) Could not resolve host:...`
   
   ```
   curl -H 'X:123'
   ```
   it will not throw the error ,but it's not a normal http's header.
   


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