bulletmark / corsproxy

A simple CORS proxy server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxy is modifying the response headers

fjrial opened this issue · comments

My service is returning an image with a content-type : 'image/png' (tested by directly using my service with Postman)

But after passing my request through the proxy, the content-type is received as 'text/html; charset=UTF-8'

Can this response header be kept ??

This should be fixed by commit eb4259c on the latest master. Can you please confirm that works?

Hi @bulletmark
It works fine. Thank you!!