I have a URL with a 27 kB JSON parameter.
http://192.168.0.174:80/Service1.svc/CargarClientes?json=VERY_LONG_JSON_PARAMETER
But when I execute the statement it indicates the following error:
Request URL Too Long HTTP Error 414. The request URL is too long.
How can I solve this situation, since I must send the data in that way?