Page 1 of 1

Response greater than 65535 bytes

Posted: Thu Mar 16, 2023 3:28 pm
by g.scantee
Hi everyone,
I need to make an API call which returns a response greater than 65535 bytes, and I need it in full.
When i use :

Code: Select all

response = http_string('GET': url: request: 'application/json');
I riceived a response maximum 65535 bytes and therefore it is trimmed.
How can i solve this?
Thanks in advance

Re: Response greater than 65535 bytes

Posted: Sun Mar 26, 2023 2:54 am
by Scott Klement
http_string does not have a limit of 65535. Please explain better.