Example:
<img src='https://example.com/getImage?q=img_ref' />
And the https://example.com/getImage
requires us to send some specified headers to make the request valid. Is it possible, or do I have to use ajax for this?
Example:
<img src='https://example.com/getImage?q=img_ref' />
And the https://example.com/getImage
requires us to send some specified headers to make the request valid. Is it possible, or do I have to use ajax for this?
That facility isn't available through HTML. I would make it as an ajax request.