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 2022/01/21 10:02:46 UTC

[GitHub] [apisix] drrrMikado opened a new issue #6183: request help: Can a reverse proxy like proxy_pass be implemented in the Go Runner plugin?

drrrMikado opened a new issue #6183:
URL: https://github.com/apache/apisix/issues/6183


   ### Issue description
   
   我想使用 Go Runner 来实现灰度策略的插件,所以需要反向代理的功能,所以在 Go Runner 插件中可以实现吗?
   
   ### Environment
   
   - apisix version: 2.11.0
   - OS: Linux ccc8f2dba1bc 5.10.81.1-microsoft-standard-WSL2 #1 SMP Mon Nov 22 18:52:15 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
   - OpenResty / Nginx version: openresty/1.19.9.1
   - etcd version: 3.4.0
   - apisix-dashboard version: 2.10.1
   


-- 
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] shuaijinchao commented on issue #6183: request help: Can a reverse proxy like proxy_pass be implemented in the Go Runner plugin?

Posted by GitBox <gi...@apache.org>.
shuaijinchao commented on issue #6183:
URL: https://github.com/apache/apisix/issues/6183#issuecomment-1018424476


   Since the current `Plugin Runner` does not support the operation of `Upstream` information, it is not yet supported to develop this function on the `Plugin Runner`.
   Currently, `Plugin Runner` supports operations on request data such as request headers, request parameters, request body, and request URI.


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