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/11/26 02:41:32 UTC

[GitHub] [apisix-java-plugin-runner] cws1981 opened a new issue #88: request help: request can't get header "Authorization"

cws1981 opened a new issue #88:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/88


   ### Issue description
   
   `
   String token = request.getHeader("Authorization");
   `
   I get token is null, but other name like "jwt-token" is ok ,why?
   ### Environment
   
   * your apisix-java-plugin-runner version
   0.1.0
   
   
   request help: request can't get header "Authorization"


-- 
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: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix-java-plugin-runner] tzssangglass closed issue #88: request help: can't get header "Authorization" from the request, but other name like "jwt-token" is ok

Posted by GitBox <gi...@apache.org>.
tzssangglass closed issue #88:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/88


   


-- 
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: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix-java-plugin-runner] cws1981 commented on issue #88: request help: can't get header "Authorization" from the request, but other name like "jwt-token" is ok

Posted by GitBox <gi...@apache.org>.
cws1981 commented on issue #88:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/88#issuecomment-980514071


   `
   String token = request.getHeader("authorization");
   `


-- 
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: notifications-unsubscribe@apisix.apache.org

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