I implemented an API to get Image with Content-Type →image/png. Some thing like abc.com/photo-back/getimage/?url=hello.jpg But this API, I check client key from the header to authentication.
so when I use with IMG tag, it cannot load image because cannot pass the header checking.
So are there any way to show image with img tag in this case?