luoluoyuyu commented on issue #9691:
URL: https://github.com/apache/apisix/issues/9691#issuecomment-1811700015

   hi everyone, I have two options, Do you have a better suggestion?
   
   ### Solution 1
   The user defines which parameters need to be transmitted, similar to the 
following approach
   ```
       "plugins": {
           "proxy-mirror": {
              "host": "http://127.0.0.1:9797";,
              "header" : ["X-Forwarded-For","X-Forwarded-Proto"]
           }
       }
   ```
   
   ### Solution 2
   Mirror all the headers in the 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]

Reply via email to