Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WebConnection question
Message
From
07/09/1999 14:10:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
WebConnection question
Miscellaneous
Thread ID:
00262060
Message ID:
00262060
Views:
56
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
Next
Reply
Map
View

Click here to load this message in the networking platform