I need help on how to get started with sending and receiving calls from VFP9 to an API located on the Internet without an IE browser window opening.
This is the URL I need to send and receive for:
I need to be able to capture the numeric value returned.
I am able to do this in IE; for example typing:
with correct values for "myusername" and "mypassword" will show a web page with the number of credits.
Typing in the above URL as it is will return the value -501 (user name not found).
I have not had much experience accessing the Internet from VFP and really don't know where to start. Any pointers would be greatly appreciated.
This is the URL I need to send and receive for:
I need to be able to capture the numeric value returned.
I am able to do this in IE; for example typing:
with correct values for "myusername" and "mypassword" will show a web page with the number of credits.
Typing in the above URL as it is will return the value -501 (user name not found).
I have not had much experience accessing the Internet from VFP and really don't know where to start. Any pointers would be greatly appreciated.