Date Published: February 7, 2022
How to Block Microsoft Exchange Autodiscover requests
Incorrect configured Microsoft Exchange Autodiscover service can trigger your web logs with 404s from GET and POST requests for variations of autodiscover.xml.
To resolve this issue you can use the following in Cloudflare. This example uses a regular expression to block autodiscover.xml and autodiscover.src requests(Action should be Block):
http.request.uri.path matches "/autodiscover.(xml|src)$"
Resources:¶
Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.