Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create HTTP Request object
Message
De
21/12/2016 13:49:53
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01645753
Message ID:
01645814
Vues:
63
>>using https://west-wind.com/webconnection/docs/_0jj1abf2k.htm
>>
>>o = newObject('wwHTTP', 'wwHTTP.prg')
>>? o.HTTPget('https://www.levelextreme.com/')
>>
>
>Thank you!

with parameters:
o = newObject('wwHTTP', 'wwHTTP.prg')
o.addPostKey('key1', 'value1')
o.addPostKey('key2', 'value2')
…
? o.HTTPget('https://www.levelextreme.com/') && POST verb used because of parms added above
Thierry Nivelet
FoxinCloud
Give your VFP application a second life, web-based, in YOUR cloud
http://foxincloud.com/
Never explain, never complain (Queen Elizabeth II)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform