Page 1 of 1

http method post

Posted: Fri Nov 06, 2009 3:20 pm
by Marco Turco
Hi, any help about the http post method also ?
I think can be managed using the tipclienthttp class but I didn't find any docs related to this class.

I need to send a POST with the following parameters:

POST /serteadirettiwrapper/sendmessages.asmx/SendSMSEx
Host: http://www.sms.mio.it
Content-Type: application/x-www-form-urlencoded
Content-Length: length

Username=pippo&Password=Pluto&Text=SMS test

Any suggest ? Thanks in advance.

Re: http method post

Posted: Fri Nov 06, 2009 5:15 pm
by Davide
Marco,
Marco Turco wrote:Hi, any help about the http post method also ?
I think can be managed using the tipclienthttp class but I didn't find any docs related to this class.
I regularly do it via IE ActiveX. Please see http://forums.fivetechsupport.com/viewt ... etPostData (someone suggested tip class too there)

Hi,
Davide