How to make Rest Api’s response accessible only to my mobile app?
-
I’d like to prevent the url https://mywebsite/wp-json/wp/v2/posts from becoming publicly accessible to anyone who types this in the browser.
I have a mobile app that makes use of the plugin WordPress REST API (Version 2), and is ready to make GET in JSon’s api in an authenticated way.
I have tried some plugins like WP Oauth Server and WP REST API – OAuth 1.0a Server
and I onfigured and works in the application normally. But the direct url remains publicly accessible to everyone.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to make Rest Api’s response accessible only to my mobile app?’ is closed to new replies.