Configure Mock Response

When a mock is configured, all requests to sitemap.xml will return your custom response. Requests are still logged for inspection.

How Mock Responses Work

  • When enabled, all requests return your configured response
  • All requests are still logged and visible in the request list
  • Perfect for testing webhook handlers and simulating different responses
  • Delete the mock to return to default 200 OK responses