Open sl45sms opened 10 months ago
https://github.com/Xtraball/Siberian/blob/03103eb5fcbd2925318dbcc20de5762836879944/siberian/lib/Zend/Service/ShortUrl/TinyUrlCom.php#L42
The above line produce net::ERR_CLEARTEXT_NOT_PERMITED error when you try to visit the link.
net::ERR_CLEARTEXT_NOT_PERMITED
It should be changed to:
protected $_baseUri = 'https://tinyurl.com';
@sl45sms: Good ticket but always not solved, maybe @Slicit has not seen.
https://github.com/Xtraball/Siberian/blob/03103eb5fcbd2925318dbcc20de5762836879944/siberian/lib/Zend/Service/ShortUrl/TinyUrlCom.php#L42
The above line produce
net::ERR_CLEARTEXT_NOT_PERMITED
error when you try to visit the link.It should be changed to: