Posts by Filipe Filardi • 1 point
1 post
-
0
votes2
answers825
viewsQ: Error in Restful API authentication with Curl PHP
I’m writing a web platform that uses Sptrans RESTFUL API - Living Eye. Authenticate my session with the code: <?php $url = 'http://api.olhovivo.sptrans.com.br/v2.1/Login/Autenticar?token='.token;…