Hi,
using AJAX on web site, that means, from CLIENT browser a XMLHTTP Connection to web server, when page access is filtered by Astaro gAteway 8, the page load is running very very very very slow. We don't know exactly where is the problem, but it looks like it's an Astaro filtering issue (going well if we access web site without astaro).
Connection from client use:
xmlhttp.open(sMethod, sURL, true);
xmlhttp.setRequestHeader("Method", "POST "+sURL+" HTTP/1.1");
xmlhttp.setRequestHeader("Content-Type",
"application/x-www-form-urlencoded");
Where can we find for a solution/debug on Astaro Gateway?
Thank you!!
This thread was automatically locked due to age.