1450793561 commented on issue #12302:
URL: https://github.com/apache/apisix/issues/12302#issuecomment-2957919793

   
   What is the difference between the following two writing methods? I can see 
both in the upstream header.
   
   ``` 
         "headers": {
           "Host": "$host",
           "X-Forwarded-For": "$proxy_add_x_forwarded_for",
           "X-Forwarded-Proto": "$scheme",
           "X-Real-IP": "$remote_addr",
           "http_version": 1.1
         }
   ``` 
   
   ``` 
    "headers":{
   "set": {
             "X-Api-Engine": "apisix",
             "X-Api-Version": "v1",
             "X-Api-useless": ""
           }
   }
   ``` 
   
   


-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to