heiseonline / shariff-backend-php

👮 PHP backend for Shariff. Shariff enables website users to share their favorite content without compromising their privacy.
http://ct.de/-2467514
133 stars 44 forks source link

Send requests to pinterest via https #152

Closed vkhramtsov closed 5 years ago

vkhramtsov commented 5 years ago

Last time we have a lot of failed requests to pinterest with response 426 Unknown which asks us to upgrade protocol (requests like http://api.pinterest.com/v1/urls/count.json?callback=x&url=...). Requests via browser always redirected us to https. Would you be so kind to review, merge this and create new release?

Thank you

vkhramtsov commented 5 years ago

Some tests failed in travis because of clone repository issues

vkhramtsov commented 5 years ago

ping

compeak commented 5 years ago

Thanks.

vkhramtsov commented 5 years ago

@compeak Thank you for merging. What about creating release?

compeak commented 5 years ago

I just released v8.0.0.

vkhramtsov commented 5 years ago

@compeak Thank you very much