Re: Image request after page request - WeOnlyDo Discussion board

Re: Image request after page request (General questions)

by wodDamir, Wednesday, October 19, 2011, 13:07 (4595 days ago) @ dirk

Dirk,

Unfortunately, the answer to both these questions would be no. In case of the first question, a client creates a completely new request.

The only thing you could peobably do is keep track of each request, and distinguish them based on some properties (i.e. IP address, username or password, session variable). You could in that case keep track of the requests server-side.

As for the second question, a client simply tells server the document he wants to retrieve. Server is the one that actually tells him what type of content is being sent (sets Content-type header).

Hope this helps.

Regards,
Damba


Complete thread: