This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

veery slow Ajax on web site publish...

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.
Parents
  • Do you use the http proxy in transparent mode by chance?
     
    In Astaro you can create exception rules to bypass proxy features for sites you may be having issues with. If using transparent mode, you can even bypass a site through the proxy by using the Transparent mode skiplist.
     
    If you want to try some detailed debugging, that information available will be in the Content Filter(HTTP/S) log.
Reply
  • Do you use the http proxy in transparent mode by chance?
     
    In Astaro you can create exception rules to bypass proxy features for sites you may be having issues with. If using transparent mode, you can even bypass a site through the proxy by using the Transparent mode skiplist.
     
    If you want to try some detailed debugging, that information available will be in the Content Filter(HTTP/S) log.
Children
No Data