[jboss-user] [Apache & Tomcat Users] - Work arround

erahamim do-not-reply at jboss.com
Sun Aug 23 07:40:09 EDT 2009


I was able to find a work arround for this problem.

My original IE request was like this:

var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
xmlhttp.open("POST", URL, false); 
xmlhttp.send(xmlRequest); -- some xml

I disabled the request user agent header by using to the folowing api:
xmlhttp.setRequestHeader("User-Agent","new user agent");

Now it is working fine. though I still don't know why I originally got the exception.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251022#4251022

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251022



More information about the jboss-user mailing list