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
  • 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!,
Reply
  • 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!,
Children
No Data