Layer7 API Management

  • 1.  Capture Request Payload

    Posted Feb 18, 2019 12:04 PM

    Hi All,

     

    How we can capture the complete request payload if client is sending document in binary format in CA API Gateway and also how we can set accept request payload size to unlimited?

     

    Thanks!



  • 2.  Re: Capture Request Payload
    Best Answer

    Broadcom Employee
    Posted Feb 19, 2019 02:02 AM

    Hello,

     

    The default request message size is restricted to 2621440 bytes but it can be changed in the Manage Listen Ports task using the Policy Manager.

     

    Manage Listen Ports > Listen Port Properties > Advanced tab:

     

    As written at the radio button, it is not recommended though.

     

    Best regards,

    Seiji



  • 3.  Re: Capture Request Payload

    Posted Feb 19, 2019 10:53 AM

    Can I setup CWD properties instead of changing in listening ports? I don't have any either options selected in Gateway. Please recommend.

     

    Thanks!



  • 4.  Re: Capture Request Payload

    Broadcom Employee
    Posted Feb 19, 2019 05:53 PM

    set Cluster-Wide Property 'io.xmlPartMaxBytes' to 0 will allow unlimit size, for request and response and context message variables.



  • 5.  Re: Capture Request Payload

    Posted Feb 20, 2019 09:41 AM

    Thanks!