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/30 03:55:18 UTC

[GitHub] [apisix-java-plugin-runner] tiankanghello opened a new issue #92: request help: How to get all the information in the original request header.

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


   
   What can I do to get all the information in the original request header, including the host and URI of the request, and the query parameter in the URI. ApiSix doesn't seem to have a good example of how to get the content in the original request


-- 
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] yongxianggeng commented on issue #92: request help: How to get all the information in the original request header.

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


   请问一下,你这个问题解决了吗?我这边测试也是从client request拿不到对应的请求头信息


-- 
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 #92: request help: How to get all the information in the original request header.

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


   


-- 
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] 123liubao commented on issue #92: request help: How to get all the information in the original request header.

Posted by GitBox <gi...@apache.org>.
123liubao commented on issue #92:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/92#issuecomment-1061342951


   @tzssangglass  Hello, I want to fix this issue, could you please assign it to me.


-- 
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 commented on issue #92: request help: How to get all the information in the original request header.

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


   > 请问一下,你这个问题解决了吗?我这边测试也是从client request拿不到对应的请求头信息
   
   See the response above, or provide the full reproduction of the steps.


-- 
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 commented on issue #92: request help: How to get all the information in the original request header.

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


   here: https://github.com/apache/apisix-java-plugin-runner/blob/1a682617a12a2350370f9bf5d6daa3f0bf11f099/runner-plugin-sdk/src/main/java/org/apache/apisix/plugin/runner/HttpRequest.java#L141-L150
   
   maybe rename this function to `getHeaders` is better, would you like to submit a PR to fix it and add more use cases?


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