-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
I am self-hosting a WordPress instance internally for my organization. When I enter the URL of that site into this app, I receive an error message:
Check that the site URL entered is valid
From there, I can look at the Logs, which have reference to the REST endpoint mentioned on this line:
Line 4 in 5385671
| "urlPattern": "/rest/v1.1/connect/site-info(/)?($|\\?.*)", |
Specifically, it seems that the app is connecting to an endpoint at https://public-api.wordpress.com/rest/v1.1/connect/site-info/?url=[private site url]
This suboptimal, because
- It discloses the location of the private site to WordPress's REST API; and
- The site is not accessible from the public internet, so presumably the REST API returns an error message to the Android app client.
Is there a way to use this app with a privately hosted WordPress instance?
Metadata
Metadata
Assignees
Labels
No labels