Skip to content

Using POST PUT PATCH DELETE requests

dgtlmoon edited this page Oct 12, 2025 · 9 revisions

Changedetection.io supports making other requests than GET, for example you can send a message body with a POST request, you can do this to perform custom HTTP request methods for page change detection.

This is only available for regular requests type requests, not for selenium or playwright chrome style!

To change the request type access EDIT of a watch, then REQUEST tab, then SHOW ADVANCED OPTIONS

custom http fetch methods for page change detection

Here you can then set

  • PATCH
  • PUT
  • POST
  • DELETE
  • OPTIONS
  • GET (the default)
Clone this wiki locally