Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Post data in a web site
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00688340
Message ID:
00688492
Views:
39
Hi Pablo,

>>but if i want to do the same, but sending using the POST method, there would be not way to implement it using anything else with this activex?<<

You can always create an HTML file on the fly on your hard disk that defines the form, load it into the browser, fill all the values and call the Submit() method. There's no rule that a form must be loaded from the same server it posts to. However, the server might check where the post request originated from and might not respond if it's not its own form.

At a lower level, you can use a TCP control to directly send the POST command. It's merely a text string of a specific format. You can use Ethereal to find out what is send back to the server (www.ethereal.com). Ethereal is a free network sniffer that lets you capture and analyze all network traffic on your machine.

Christof
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform