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

   ### Current Behavior
   
   I am trying to return the upstream header, but it is not being passed to the 
client. 
   
   
![image](https://github.com/apache/apisix/assets/48309910/77967199-6372-47d0-ba1b-94fb6c25671f)
   
   
   ### Expected Behavior
   
   upstream headers should be passed to the client.
   
   ### Error Logs
   
   _No response_
   
   ### Steps to Reproduce
   
   1. Add route
   2. Add upstream 
   3. Add a forward-auth global plugin with the below config. 
   ```
   {
     "_meta": {
       "disable": false
     },
     "request_method": "GET",
     "ssl_verify": true,
     "upstream_headers": [
       "X-Token"
     ],
     "uri": "https://api-six.free.beeceptor.com/auth";
   }
   ```
   
   ### Environment
   
   - APISIX version: 3.9.0
   - Operating system: Linux
   - OpenResty / Nginx version: openresty/1.25.3.1
   - etcd version: 3.5.0
   - APISIX Dashboard version: 3.0.1
   
   


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

Reply via email to