HTTPWebResponse / HttpWebRequest POST method ?

  • Thread starter Thread starter Sagaert Johan
  • Start date Start date
S

Sagaert Johan

How can i change the behaviour so the server gets a POST /sms HTTP/1.0
instead of POST / HTTP/1.0



Johan
 
Sagaert said:
How can i change the behaviour so the server gets a POST /sms
HTTP/1.0 instead of POST / HTTP/1.0

Either that one's too easy or there's something more to it ;-)

Create the WebRequest for the appropriate URL, e.g. "http://host/sms".

Cheers,
 
Back
Top