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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to