You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/11/03 07:01:30 UTC

[GitHub] [apisix] mscb402 commented on issue #8230: help request: is apisix support nginx proxy_hide_header parameter?

mscb402 commented on issue #8230:
URL: https://github.com/apache/apisix/issues/8230#issuecomment-1301713104

   
   > ![image](https://user-images.githubusercontent.com/23260162/199513855-87c8914d-a9ef-49a1-83c5-1923ec360ff4.png) of no avail
   
   Is Content-Disposition header exist in response? If so, please use response-rewrite plugin.
   
   ```
   "response-rewrite": {
               "headers": {
                   "set": {
                       "Content-Disposition": inline,
                   }
               }
   }
   ```
   


-- 
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-unsubscribe@apisix.apache.org

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