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 12:13:26 UTC

[GitHub] [apisix] zhangweidongyyl commented on issue #5643: request help: body_filter how to send request in apisix

zhangweidongyyl commented on issue #5643:
URL: https://github.com/apache/apisix/issues/5643#issuecomment-982579024


   > we can use a 0 delay `ngx.timer.at`, see: https://github.com/openresty/lua-nginx-module#ngxtimerat
   
   This doesn't seem to solve my problem
   i use 
   
   > ngx.header[conf.headers_arr[i]] = val 
   
    in header_filter.
   i use 
   
   > ngx.redirect(host) 
   
   in body_filter
   I don't know if it can solve this problem, but it can't bring headers 。
   
   


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