MASIJUN99 opened a new issue, #11645: URL: https://github.com/apache/apisix/issues/11645
### Current Behavior 1. i configur a auth application. 2. add a apisix route 3. configur "request_headers" and it works 4. return some information from auth application in header but cannot receive in upstream (i add the upstream_headers and client_headers, both failed) here is some pics. here is my configuration of the route (other configuration is not set)  here is my upstream response the function of upstream is return all the request information of the request.  ### Expected Behavior i want the request to upstream must contain my specificate headers ### Error Logs _No response_ ### Steps to Reproduce 1. Run apisix in k8 2. the version is 3.6.0-debian 3. add a simple route to upstream, the function of upstream is output the request information 4. add a auth application, auth application will return some info in headers when auth passed 5. check the upstream output have the header or not. ### Environment - APISIX version (run `apisix version`): 3.6.0-debian - Operating system (run `uname -a`): k8 -- 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]
