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

   Look like you are using version 2.13. This version does not support 
Remove/Add/Set Header. 
https://apisix.apache.org/docs/apisix/2.13/plugins/response-rewrite/
   Please use this config:
   
   ```
   "response-rewrite": {
               "headers": {
                       "Content-Disposition": "inline"
               }
   }
   ```
   
   or
   ```
   "response-rewrite": {
               "headers": {
                       "Content-Disposition": ""
               }
   }
   ```
   
   Please try again


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