Can’t authenticate wp rest api from another server
-
I have installed the plugin and it runs fine on localhost or from my server A to same server. But when trying from another server or simply by using htt://192.168.254.56:84/store/test2.php instead of https://localhost:84/store/test2.php it stops working and on
$auth_url = $client->getAuthenticationUrl(AUTHORIZATION_ENDPOINT, REDIRECT_URI);
it redirects me to my wordpress homepage…This might help understand it better:
https://wordpress.stackexchange.com/questions/249268/cant-authenticate-wp-rest-api-from-another-server-with-oauth
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Can’t authenticate wp rest api from another server’ is closed to new replies.