S Sagaert Johan Dec 20, 2004 #1 How can i change the behaviour so the server gets a POST /sms HTTP/1.0 instead of POST / HTTP/1.0 Johan
How can i change the behaviour so the server gets a POST /sms HTTP/1.0 instead of POST / HTTP/1.0 Johan
J Joerg Jooss Dec 21, 2004 #2 Sagaert said: How can i change the behaviour so the server gets a POST /sms HTTP/1.0 instead of POST / HTTP/1.0 Click to expand... 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,
Sagaert said: How can i change the behaviour so the server gets a POST /sms HTTP/1.0 instead of POST / HTTP/1.0 Click to expand... 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,