Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following section uses Augmented Backus-Naur Form (ABNF) notation. For more details, see [RFC5234].
The Autodiscover client can send an HTTP GET request to retrieve the Autodiscover server URI. The request URI has the following format:
-
<RequestUri> = HTTP COLON SLASH SLASH AUTODISCOVERDOT <target> AUTODISCOVERSUFFIX HTTP = "http" COLON = ":" SLASH = %2f ; forward slash or "/" AUTODISCOVERDOT = "Autodiscover." AUTODISCOVERSUFFIX = SLASH "Autodiscover" SLASH "Autodiscover.xml" <target> = targetDomain ; The email domain that the Autodiscover client wishes to query.
The above strings are not case sensitive.