Hi everyone,
I am trying to post a pretty long json string (almost 2600 characters long) to asp.net back end and I get an error that the string was truncated and it is not full to be parsed. I googled it and I found some solutions at the internet which none of it worked. I tried it both in on-line IIS and local ASP.NET Development Center. To try it in local server I ran Fiddler and created a redirection in the Hosts from a virtual host called from the phone to the localhost as the local ASP.NET development server does not allow connections from other computers in order to test your code. I got the same errror. I thought Ok since it is this way and one cannot face its own destiny continueslly I will try it with a web service and post the string to the web service. Both in on-line IIS and local ASP.NET Development Server I get the 400 Bad Request response as I see in fiddler and in B4A just bad request. This is getting on my nurves. Any help will be highly appreciated.
Thanks
I am trying to post a pretty long json string (almost 2600 characters long) to asp.net back end and I get an error that the string was truncated and it is not full to be parsed. I googled it and I found some solutions at the internet which none of it worked. I tried it both in on-line IIS and local ASP.NET Development Center. To try it in local server I ran Fiddler and created a redirection in the Hosts from a virtual host called from the phone to the localhost as the local ASP.NET development server does not allow connections from other computers in order to test your code. I got the same errror. I thought Ok since it is this way and one cannot face its own destiny continueslly I will try it with a web service and post the string to the web service. Both in on-line IIS and local ASP.NET Development Server I get the 400 Bad Request response as I see in fiddler and in B4A just bad request. This is getting on my nurves. Any help will be highly appreciated.
Thanks