Hello,
I have a fix ip with port open ect ... ( 80 - 5400 )Â
I have my Intersect Server ( IS * ) on my windows deskop ( 192.168.0.10Â [ Api : http://localhost:5400Â ] )
My webserver is hosted by my BOX in a ubuntu VM ( 192.168.0.180 )
I followed the two average solution, and one with CURL, but, it dosn't work...
i creat an oauth.phpÂ
Â
Quote
<?PHP
$url = "http://192.168.0.10:5400/api/oauth/token";
$data = array
(
   'grant_type' => 'password',
   'username' => 'AriusII',
   'password' => '3964E32D361C9E6F1813196A25D2BA5E2BE435146588FAAAE09E58EAB704239D'
);
$content = json_encode($data);
Question
AriusII
Hello,
I have a fix ip with port open ect ... ( 80 - 5400 )Â
I have my Intersect Server ( IS * ) on my windows deskop ( 192.168.0.10Â [ Api : http://localhost:5400Â ] )
My webserver is hosted by my BOX in a ubuntu VM ( 192.168.0.180 )
@jcsnider say me to go : here https://stackoverflow.com/questions/6213509/send-json-post-using-php
I followed the two average solution, and one with CURL, but, it dosn't work...
i creat an oauth.phpÂ
Â
Â
Link to comment
Share on other sites
10 answers to this question
Recommended Posts