Multiple request to image
Hi
Firefox generate 3 GET requests to image instead 1 on server side.
For example:
I have a statistic script. This script show JPEG 1x1 image and
increase some counter. But in my logs I see three GET request instead of 1.
Second live example. I have online store with my pictures for sale
and I want to track picture downloads. So I give this pictures to my customers from script. And again, firefox generate many requests and break statistic.
On other browsers all is fine.
Променено на
Всички отговори (1)
A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.
See http://forums.mozillazine.org/viewforum.php?f=25
You need to post a link to the website or post relevant parts of the code.