Forum Discussion

Hans_Schneider2's avatar
Hans_Schneider2
Icon for Nimbostratus rankNimbostratus
Jul 09, 2013

Problem with HTTP::Respond in heavy thaffic

Hello!

 

While testing an irule that returns javascript code using HTTP::Respond in heavy traffic situation - the javascript data is truncated when

 

delivered to user.

 

Did someone experience this kind of situation and how can I solve this issue?

 

 

Thanks a lot :)

 

4 Replies

  • Some more questions:

     

     

    1. How do you deliver the JavaScript code? Payload replace? Separate .js file?

     

     

    2. When you say "heavy traffic", do you mean lots of requests or large payloads?
  • There is nothing in the logs...

     

    1. It happens when request for separate js file and using HTTP::respond in Request irule event.

     

    And also when tried to embed the javascript code into the page and use HTTP::payload replace in Response event.

     

    2. I using a burp to send 30000 requests.

     

    In the results I see that the data was truncated in the end in some of the responses that it got.

     

     

    Maybe something wrong with traffic configuration of TCP in the F5 or something? What can I try to change?

     

     

    Thanks