-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Here you can then set
- PATCH
- PUT
- POST
- DELETE
- OPTIONS
- GET (the default)