2

We use a firewall to block internet access for our corporate users. But we have the ability whitelist important websites that all users have to use.

We distributed an android app with the app center sdk installed. What endpoint URL's do we whitelist so our users can communicate with App Center including the ability to distribute updates, analytics and crashes?

Post Impatica
  • 14,999
  • 9
  • 67
  • 78

2 Answers2

2

Here are the base URLs for App Center endpoints used by the SDK.

Guillaume Perrot
  • 4,278
  • 3
  • 27
  • 37
  • 1
    In practice this isn't really working even though we white-listed those URLs. The biggest factor is that the App Center login page that verifies who you are along with your email address never displays the page's content because apparently the HTML page can't render because it's expecting content from external sources :( – Post Impatica May 30 '18 at 14:52
  • 1
    If you open https://install.appcenter.ms in Chrome and then go to the debugger and look at sources tab you can list additional urls you mention that you would have to whitelist. I guess some of them can be skipped. – Guillaume Perrot May 31 '18 at 18:41
  • 1
    We had to add the whole root domain 'appcenter.ms` then it worked. One major reason was because we depend on `https://appcenter.ms/login` – Post Impatica Jun 04 '18 at 15:45
1

Appcenter themselves has published a whitelisting list - https://intercom.help/appcenter/en/articles/1881230-urls-and-ip-addresses-to-whitelist-for-app-center