Get vs Post
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, We have a web service(developed in C#) and currently we are using "GET" method for posting the data to the server.Now we want this to change and instead of using "GET" we should be able to use the "POST" method, using the following code we are using the "GET" method. webRequest.Method = "Get"; where webRequest is System.Net.HttpWebRequest variable. Could you please let us know if there would be changes required in the WebService to use "POST"? Does "GET" method has a limitation in .NET for the amount of data to be sent? Any link/article would be greatly helpful.
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_