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.
  • 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.
  • Hi, thank you for reply!, 
     maybe I don't understand the answer, but,  this is not an access to an external website using astaro-proxy problem, but a site WE publish using WAF. When users (from outside) access our site and try to access the ajax page, response is extremly slow (even minutes) to display ajax-content.
    When we access site without astaro WAF, evereything is ok...
    I'm lost!,
  • did you find any solution? I have exactly the same problem:
    Web Server with Ajax on the Inside-LAN behind an Astaro box
  • You're going to need to play with various settings within the WAF configuration, such as firewall profile settings, to find the offending parameter and disable it.