HttpWebRequest
C#
1
Posts
1
Posters
0
Views
1
Watching
-
:)Hi I am trying to post some xml data to secured server https:// using HttpWebRequest of System.Xml class in c#. It works fine and get valid response from remote server 1st time when I post the request but in the subsequent request I get following exception of HttpWebRequest "The remote server returned an error 400 bad request " but if restart the application and try to send again it does not throw this exception. Would much appreciate your help if anyone of you had encountered the same problem and resolved it. Thanks in advance Share knowledge to enhance your learning