Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP7 and Java
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00757805
Message ID:
00759157
Views:
16
Hi Paul,

web request API consists of request target and request data. The request target is something like http://www.yahoo.com, the request data is optional, but may be required. Once you know these two parameters, you are in business. Then you could use, for example, Arnica WebFramework to make web request with just one line of VFP code:

cResultPage = THIS.oWeb.SubmitURI('http://www.yahoo.com', '@GET')


The URI stands for Unified Resource Identifier, which is more general term than URL. In your case the URI is http://www.yahoo.com.


Igor Lozhkin
Arnica Software Corporation
http://www.arnicacorp.com
Previous
Reply
Map
View

Click here to load this message in the networking platform