Tagged Questions
2
votes
3answers
7k views
c# HttpWebRequest Server Unavailable 503 problem
I originally used WebRequest and WebResponse to sent Http Post Messages. Always I got a response of "OK". The message I post is an XML signed with a certificate in the xml.
The composition is this:
...