Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Post data in a web site
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00688340
Message ID:
00688492
Vues:
38
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform