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/05/26 04:07:18 UTC

[GitHub] [apisix] bukexiusi opened a new issue, #7138: help request: 重定向插件,重定向地址如何获取返回值

bukexiusi opened a new issue, #7138:
URL: https://github.com/apache/apisix/issues/7138

   ### Description
   
   需要从返回值中获取重定向地址,如何做?
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
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.apache.org

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


[GitHub] [apisix] tzssangglass commented on issue #7138: help request: how to make the redirect plugin get the redirect address from the return value

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

   Then I think this requirement does not involve to redirect plugin.
   
   The redirect plugin works in the `rewrite` phase.
   
   If you need to retrieve some data from the results returned by the upstream, then the plugin should work in the `body_filter` phase.
   
   You can write your own plugins to implement it.
   


-- 
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] bukexiusi closed issue #7138: help request: how to make the redirect plugin get the redirect address from the return value

Posted by GitBox <gi...@apache.org>.
bukexiusi closed issue #7138: help request: how to make the redirect plugin get the redirect address from the return value
URL: https://github.com/apache/apisix/issues/7138


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