Discourse Hub android mobile app cannot find private server

Yes, the mobile app makes some specific requests to determine that the URL is a Discourse server.

There are two requests:

  • a HEAD request to serverdomain.com/user-api-key/new
  • a GET request to serverdomain.com/site/basic-info.json

If either one doesn’t return data, the app will assume the URL isn’t a Discourse site.

1 like