I am trying to pass data to a restful web service which receives data in JSON format. The data I am trying to GET is quite huge, I get an exception as shown below
request = WebRequest.Create(url) as HttpWebRequest;
The exception is
Invalid URI: The Uri string is too long.
Thanks in advance for the help.