http method post

Post Reply
User avatar
Marco Turco
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London
Contact:

http method post

Post 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.
Best Regards,

Marco Turco
SOFTWARE XP LLP
Davide
Posts: 190
Joined: Tue Mar 14, 2006 1:59 am
Location: Italy

Re: http method post

Post 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
Post Reply