Neil Toulouse
Programmer
Hi Guys
Is it possible to access a REST web service in VFP8 without any additional add-ons?
I had the (mis)understanding you could pass the call as a URI so would be fairly straight forward task, but I am going round in circles and getting nowhere!
Can anyone point me in the right direction?
If building a URL is the right way to go, how would I turn this info into a URI:
url: mydomain.co.uk/Authentication/Authenticate
type: GET
header:
name: “X-CustomerToken”,
value: “{your API key}”
Many thanks
Neil
I like work. It fascinates me. I can sit and look at it for hours...
Is it possible to access a REST web service in VFP8 without any additional add-ons?
I had the (mis)understanding you could pass the call as a URI so would be fairly straight forward task, but I am going round in circles and getting nowhere!
Can anyone point me in the right direction?
If building a URL is the right way to go, how would I turn this info into a URI:
url: mydomain.co.uk/Authentication/Authenticate
type: GET
header:
name: “X-CustomerToken”,
value: “{your API key}”
Many thanks
Neil
I like work. It fascinates me. I can sit and look at it for hours...