Endpoint Reference
Required Endpoints
The following table lists the required endpoints for using WikiTraccs.
Microsoft 365
| Required Endpoint | Purpose |
|---|---|
| login.microsoftonline.com | Authentication with Microsoft |
| aadcdn.msftauth.net | Authentication with Microsoft |
| login.live.com | Authentication with Microsoft |
| COMPANY.sharepoint.com | Access to SharePoint APIs (note: replace COMPANY with the value valid for your environment) |
| graph.microsoft.com | Access to Microsoft Graph API |
Atlassian Confluence REST API
WikiTraccs uses the REST endpoints of Confluence.
The REST endpoints are expected under the following URL:
<confluencebaseurl>/rest/api/(on-prem & cloud)<confluencebaseurl>/api/v2(cloud)
Highly Recommended Endpoints
The following endpoints should be made available to WikiTraccs for ease of use. If those endpoints are blocked, it will lead to:
- higher configuration effort
- repeated configuration effort
- reduced migration capabilities
Refer to the following article for information on the different endpoints and the consequences of blocking them: Locked-down environments.
Automatic Chrome WebDriver download
Note
This section is relevant when using Google Chrome as automated browser (which is the default).The Chrome WebDriver is used by WikiTraccs to show a browser window for Confluence authentication.
| Required Endpoint | Purpose | Owner info |
|---|---|---|
| chromedriver.chromium.org | Chrome WebDriver version detection | Whois registrant: Google LLC (CA, US) |
| chromedriver.storage.googleapis.com | Chrome WebDriver download | Whois registrant: Google LLC (CA, US) |
| googlechromelabs.github.io/chrome-for-testing/latest-patch-versions-per-build-with-downloads.json | Chrome WebDriver version information for Chrome starting with version 115 | Github-Repository owner: Google Chrome team |
| edgedl.me.gvt1.com | Host for Chrome WebDriver downloads | Whois registrant: Google LLC (CA, US) |
| storage.googleapis.com | Host for Chrome WebDriver downloads | Whois registrant: Google LLC (CA, US) |
Refer to the troubleshooting section, specificilly on how to manually work around the restrictions imposed by blocking endpoints.
Automatic Edge WebDriver download
Note
This section is relevant when using Microsoft Edge as automated browser (which can be enabled in the WikiTraccs settings).The Edge WebDriver is used by WikiTraccs to show a browser window for Confluence authentication.
| Required Endpoint | Purpose | Owner info |
|---|---|---|
| msedgedriver.microsoft.com | Detecting the Edge WebDriver version | Whois registrant: Microsoft Corporation (WA, US) (last checked: 2026-01-08) |
| msedgewebdriverstorage.blob.core.windows.net | Downloading the Edge WebDriver | Whois registrant: Microsoft Corporation (WA, US) (last checked: 2026-01-08) |
Draw.io Endpoints
Refer to Prerequisites for Draw.io Preview Image Generation for information about endpoints related to Draw.io migration.
Optional Endpoints
Atlassian Confluence (On-Prem) XML-RPC
WikiTraccs can retrieve space permission information through the Confluence REST API. It may also use one endpoint of the legacy XML-RPC API when the REST permission endpoint is unavailable or unsupported, for example on older Confluence Data Center versions. This endpoint is expected under the following URL:
<confluencebaseurl>/rpc/xmlrpc/
Space permissions are currently not applied to SharePoint sites during migration. If this optional endpoint is unavailable, content migration and page restriction migration can continue normally, but fallback space permission information is unavailable if any future release of WikiTraccs should start using it.