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 2021/04/11 03:42:08 UTC

[GitHub] [apisix] Marco-Zheng commented on issue #4022: request help:

Marco-Zheng commented on issue #4022:
URL: https://github.com/apache/apisix/issues/4022#issuecomment-817242039


   > ed putting the token in the request header (A
   
   I checked my auth-code is correct , per cookie solution worked well, but while i use below method
   ```
   curl -i -X GET "http://127.0.0.1:9080/patient/patient/id" -H 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2MTgxNTE5OTYsImtleSI6InVzZXIta2V5In0.8zjuhXV5MwQMSl6FIPyBJnCzxWYfBkc4Y6shG0RonOU' -H "Host: marco.org" -i
   ```
   the error log shown as below... Obviously it was rejected.
   ![image](https://user-images.githubusercontent.com/52538259/114291486-596f6800-9aba-11eb-815e-b80f02d268b8.png)
   


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