Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WebConnection question
Message
De
07/09/1999 14:10:44
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
WebConnection question
Divers
Thread ID:
00262060
Message ID:
00262060
Vues:
55
Hi,

I'm trying to 'submit' some form data to a web page.

The first parameter in the call to HTTPGetEx should be the *exact* same as the text following the 'Action=' line in the HTML file, correct?

If so, this should work:

-------------------------------------
lnResult = oWC.HTTPConnect('https://secureweb.clearcommerce.com/admin/000001/vlp?2000=0083','000001','DEMOONLY',.T.)

[some AddPostKey's]
[some AddPostKey's]
[some AddPostKey's]

lnResult = oWC.HTTPGetEx('admin/000001/vlp', @lcBuffer, @lnSize)
-------------------------------------

But I'm getting the message 'server name cannot be resolved' in the call to GetEx...

Any ideas why the connection would work but the 'posting' doesn't?

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform