tzssangglass commented on issue #7496: URL: https://github.com/apache/apisix/issues/7496#issuecomment-1191003737
> 您说得这种方式可以将信息写在headers中,但是不能动态变化。 我想实现在发送A请求之前先发送一个获取token的请求B,然后将token作为参数动态拼接在A请求之上, 您知道这个怎么处理吗? It looks like you need to implement it yourself. Construct the http request during the authentication process, get the response and then modify the parameters of the current 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
