popomore / koa-proxy

Proxy middleware for koa
223 stars 102 forks source link

Failed when the response is image/jpge #49

Open thisisandy opened 7 years ago

thisisandy commented 7 years ago

Code: <img name="randImage" id="randImage" ng-src="image.jsp" width="80" height="40" border="1" > When I tried to get the captcha image from the server, it returns nothing with content type 'html/text' which should be 'image/jpge' instead.