DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2010-04-30 18:12:24

shawn
New member

User-Agent set incorrectly with XMLHttpRequest

I'm seeing the User-Agent header set to the latest version of IE that I have installed (IE8), even when I am running an IE6 tab.  I'm on Windows 7 64-bit.  Is this a known issue?  It would be great to have the XMLHttpRequest use the same User-Agent header for XMLHttpRequests as for normal requests, since sometimes the server responds differently with different user agents (in our case, we're disabling gzip on the server since IE6 has problems with gzip and XMLHttpRequest, but since the server doesn't recognize that it's IE6, we're getting corrupted responses).

To reproduce:

<html><head><script src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
<script>
$(document).ready(function(){
   $.get("http://jquery.com/");
});
</script></head><body>test</body></html>


Thanks for the great tool!

Offline

 

#2 2010-04-30 18:55:43

fabrice
DebugBar Support

Re: User-Agent set incorrectly with XMLHttpRequest

Hi,

Thanks.

This problem has been reported several times. We hope to correct it in a future release.

Offline