Forum Moderators: open
Firefox shows the correct HTTP_ACCEPT value because it was making a SINGLE request on my perl script. Now, for a reason that still I don't understand IE is making TWO requests on the same file, first logged requests shows a full HTTP_ACCEPT field with values, second logged requests shows a */*.
Why is IE making two requests on the same file?
I tried doing GET's directly from a Unix commmand prompt, then with Firebox and they all behave correctly! only IE hits the script twice for no reason! is this a IE bug?