You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you implement New check type "HTTP page NOT contains substring test"? Probably this is easy task.
There are some broken engines (especially php ones) which does not return correct HTTP codes.
Example use case is to make few checks:
"HTTP status OK"
"HTTP page NOT contains substring test" "Database connection issue"
"HTTP page NOT contains substring test" "Hacking attempt"
1st check will fail if website returns bad HTTP code.
2nd check will fail if website have database connection issue and does not return correct error code.
3rd check will fail if website have some security checks issue (i usually have this when using proxy_cache with some old and badly-written php engines) and does not return correct error code.
Thanks in advance,
Alex.
The text was updated successfully, but these errors were encountered:
(Based on using Bearmon.com implementation), I was hoping to be able to do regex negative lookahead so that I can be notified when a page does not contain certain text (i.e., "sold out" "out of stock" etc). But, this does not appear to work
Hi.
Can you implement New check type "HTTP page NOT contains substring test"? Probably this is easy task.
There are some broken engines (especially php ones) which does not return correct HTTP codes.
Example use case is to make few checks:
1st check will fail if website returns bad HTTP code.
2nd check will fail if website have database connection issue and does not return correct error code.
3rd check will fail if website have some security checks issue (i usually have this when using proxy_cache with some old and badly-written php engines) and does not return correct error code.
Thanks in advance,
Alex.
The text was updated successfully, but these errors were encountered: