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 05:45:44 UTC

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

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