Http net library post body limit?

Posted by pedrorodriguez on 12-Sep-2017 08:17

Hi,

 I am trying to post a JsonArray using HttpRequest, but it seems (not 1000% sure) that I am hitting issues when the size of the text from the JsonArray extends 32K.

 To post it I am using:

oRequest = RequestBuilder:Post(httpUrl, new String(oJsonArray:getJsonText()))
:Request.

 Is this expected behaviour? or maybe I should be posting the body differently?

 Cheers,

All Replies

Posted by Peter Judge on 12-Sep-2017 08:30

Depends on the version. There was a bug with that limit up to 11.6.3 (if memory serves).

This thread is closed