You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: