Image request after page request (General questions)
In my code the webserver component serves a webpage and this is done based on the user.response.filename
If within the file it's serving there is an image, then the browser will do a new request to the webserver using the name of the image.
Within that last request (for the image), can I still know what the original page was that was requested?
Also within the actual request for the image, can I see that it's an image? (or can I only know this by checking the extension on the URI?)
Complete thread:
- Image request after page request - dirk, 2011-10-19, 12:43
- Re: Image request after page request - wodDamir, 2011-10-19, 13:07
- Re: Image request after page request - dirk, 2011-10-19, 14:08
- Re: Image request after page request - wodDamir, 2011-10-19, 13:07