IE6 ajax request problem

IE6 ajax request problem

Hi,

lately I encountered a very strange problem while making ajax get requests to my server. The ajax request is being processed on the PHP backend as usual and I can see it in the access.log on the server side. I also checked the parameters of the get request and they are correct. All works perfect in IE7 - 8, FF 3.5, Chrome. Checked also with JQuery 1.3.2 and 1.4, both responses are the same.

Debugging in IE6 is very difficult, but when I alert the data in the callback function of $.get, I only get 1 - 3 strange characters, instead of a valid html response. Same when I inject those data into the dom via .html(data). Attached the response as a picture, because copy paste of the responded characters does not work.

Never seen such behaviour before. Did anyone had a similar problem maybe?

Thanx for any advice,
Mitja