positionstack
positionstack copied to clipboard
Does not work free plan. Error 403.
Hello. I use the free plan for my small app and it doesn't work. I'm getting an error 403, even though I send a HTTP request(NOT HTTPS). How can this problem be solved?
having same issue
I was able to make the requests successfully while being on a free plan. You could just use the code examples provided in the documentation and either use http://api.positionstack.com/v1/forward... as the URL or remove the http part altogether and simply use api.positionstack.com/v1/forward... as the URL.
I tried the former in a node js script and the latter in a PHP script that ran on a local Symfony server.
I hope this helps.
thank you