I call a RESTFul API but the HTTP POST got a limit because am sending JSON over and it is cutting off part of the JSON requests... What can I do to resolve this problem?
RESTFUl API is written in PHP and accept the JSON in a variable via HTTP POST requests.