Loading request...
Allow users to define a custom script to determine if a check is successful, even if it returns a 401 status code (e.g., for services requiring Basic Auth).
I have some HTTP services that require Basic Auth, so without it the result is a 401 - which I want to count as a success. Is there a way of doing this with a custom script?