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/12/30 05:40:33 UTC

[GitHub] [apisix] seowjin1060 commented on issue #8388: bug: external-plugin-post-resp plugin converts content-type from upstream response

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

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