img
tag src
is a get
request under the hoodA browser, if configured to load and display images, will first check whether it has the document matching URL in its own cache as fresh (by some caching criteria).
If not, it will send, via HTTP, a GET
request to mysite.com for the resource /Page/1
. What happens then is up to the server.
If the resource sent by the server is image data, the browser will try to display it. If it happens to be e.g. an HTML document, it will be discarded, and the browser will display the value of the alt attribute instead, or an icon of a broken image, or both.