positionstack icon indicating copy to clipboard operation
positionstack copied to clipboard

Does not work free plan. Error 403.

Open Golowa70 opened this issue 2 years ago • 3 comments
trafficstars

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?

Golowa70 avatar Apr 08 '23 13:04 Golowa70

having same issue

nadeeraka avatar Jul 07 '23 10:07 nadeeraka

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.

junaidbinfarooq avatar Aug 14 '23 10:08 junaidbinfarooq

thank you

nadeeraka avatar Aug 18 '23 10:08 nadeeraka