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

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

image

Here you can then set

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