positionstack icon indicating copy to clipboard operation
positionstack copied to clipboard

Can't use free plan.

Open phpandrew opened this issue 2 years ago • 6 comments

Free plan can only use HTTP posts, which i am doing, but get this message:

Access Restricted - Your current Subscription Plan does not support HTTPS Encryption

Your site automatically forwards http to https.

phpandrew avatar Dec 21 '22 14:12 phpandrew

Same, did the problem resolved with you?

IbrahimShamma99 avatar Jan 02 '23 05:01 IbrahimShamma99

Same, did the problem resolved with you?

Nope. I found another service for this.

phpandrew avatar Jan 02 '23 19:01 phpandrew

Same, did the problem resolved with you?

Nope. I found another service for this.

Hi. I have the same problem with positionstack. What service are you using?

Golowa70 avatar Apr 08 '23 13:04 Golowa70

Same, did the problem resolved with you?

Nope. I found another service for this.

Hi. I have the same problem with positionstack. What service are you using?

https://locationiq.com/docs

phpandrew avatar Apr 08 '23 14:04 phpandrew

Free plan can only use HTTP posts, which i am doing, but get this message:

Access Restricted - Your current Subscription Plan does not support HTTPS Encryption

Your site automatically forwards http to https.

The free plan does work, copy and paste your request into here and click send - https://app.reqbin.com/#/request/y49bnbn3

Or use the examples (I tested with Python) and it will work

image

ZacWarham avatar Jun 22 '23 12:06 ZacWarham

@phpandrew I was able to make use of the PHP code example and made the API request successfully while being on a free plan. The request was, however, made in an app that ran behind a local Symfony server and the http removed from the URL.

junaidbinfarooq avatar Aug 14 '23 10:08 junaidbinfarooq