Forum Discussion
5 years ago
@Vishwajit I had this issue also, what I found was that the auth key cant be sent in the URL / Querystring as a parameter, but rather it has to be sent in the request headers.
Do a search for sending auth token in request headers or use a tool like this (not sure how secure it is though) to play around with adding your token to header and see your data come back. That was my hurdle a few weeks back, and now I'm past that and everything else was relatively easy to put together for my custom linux service.
Good luck!
Related Content
- 2 years ago
- 7 months ago