typ431127 commented on issue #9530:
URL: https://github.com/apache/apisix/issues/9530#issuecomment-2298023788

   > 你好!你可以试试这个。它对我有用。@cverdela
   > 
   > ```lua
   > {
   >     "plugins": {
   >         "serverless-post-function": {
   >             "phase": "access",
   >             "functions": [
   >                 "return function()  ngx.var.var_x_forwarded_for=''; end"
   >             ]
   >         }
   >     }
   > }
   > ```
   
   有用,我解决了针对x_forwarded_host的校验问题
   


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