http_req with POST and large string

Discussions related to HTTPAPI (An HTTP Client Package for RPG programming.) http://www.scottklement.com/httpapi/
belstsrv
Posts: 6
Joined: Tue Jun 20, 2023 7:02 pm

Re: http_req with POST and large string

Post by belstsrv »

Thank you for your help!

The file I was reading in to a variable was in fact being truncated upstream of HTTPAPI which caused the issue. I had to re-write some code that had a 65K limitation on it and everything is now working as desired.

Thanks again!
Post Reply