App Connect

App Connect

Join this online user group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#Applicationintegration
#App Connect
#AppConnect
 View Only
  • 1.  Max size of URL string using query parms for REST GET?

    Posted Tue September 01, 2020 04:50 PM
    Developing REST API's in ACE v11.  Does anyone know of the maximum size of the URL string that can be passed into ACE?  Is it 2048 (2K) ?

    ------------------------------
    DS
    ------------------------------


  • 2.  RE: Max size of URL string using query parms for REST GET?

    Posted Wed September 02, 2020 04:32 AM
    Hello,

    best way is to try it ;)

    According to my quick evaluation it seems that it should be able to handle arround 8000.

    Martin

    ------------------------------
    Martin Citron
    Prague
    ------------------------------



  • 3.  RE: Max size of URL string using query parms for REST GET?

    Posted Tue September 08, 2020 09:58 AM
    Edited by Dave Schuchman Tue September 08, 2020 09:59 AM
    Thank you very much.  Yes, my testing following up on your comment also couldn't get much above 8150 characters.

    -Dave