AccountRight API Authentication - On My Local Machine
Hi,
I'm having trouble developing API calls to cloud AccountRight on my local machine as I can't obtain a token. I have looked at the following link which is very helpful but I cant find a solution to my particular problem.
1. I tried to set up an account with redirect url http://etc and I found that it wasnt acceptable because the URL needed to be https. I thus created an account with https:// pointing to my clients server, where I places a suitable script to report the resulting code. All works fine there.
2. On my local machine, I have been trying to obtain a token, using an API call with the code returned in 1 above. It fails, and as the link above explains, apparently the token request has to come from the same machine as the redirect where the code was created.
If that is the case, how do I develop locally, where I don't HTTPS on my local machine, so can't use it as redirect URL to generate a code to use?
I cant use the code from clients system, as it wasnt generated on my machine.
So how do people run API calls like this from a local machine?
You would think this issues would be addressed in the documentation as I would think most developers would have this issue.
I hope you can help.
Greg
I created an