FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour http method post
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
http method post
Posted: Fri Nov 06, 2009 03:20 PM

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
Posts: 190
Joined: Tue Mar 14, 2006 01:59 AM
Re: http method post
Posted: Fri Nov 06, 2009 05:15 PM
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 viewtopic.php?f=3&t=12514&hilit=GetPostData (someone suggested tip class too there)

Hi,
Davide

Continue the discussion