seowjin1060 commented on issue #8388: URL: https://github.com/apache/apisix/issues/8388#issuecomment-1367738142
> > I also encountered this problem, is there a solution now? > > We can try to remove https://github.com/apache/apisix/blob/master/apisix/plugins/ext-plugin/init.lua#L79 HI there, how about deleting content-encoding also? Seems that causing charset fixed to utf-8. Checked working normally if content-type / charset deleted from excluded header. And I'll look into case if we are using post-response runner to use response from plugin. Because deleting excluded header will need to be writing requested header on runner response (postresponsefilter). -- 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]
