Check failed to run. Response code: 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 03:39 AM - edited 02-21-2025 03:41 AM
Hi Team,
I'm getting Error in to test checks for url monitoring
util.check-http-response- code - Response code 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 04:14 AM - edited 02-21-2025 04:15 AM
Not able understande without url are you trying to verify.
even, Can you try with POSTMAN for testing purpose.
Open Postman or run curl to the URL like this: curl -I http://your-url.com
- If the response is a redirect (3xx), verify that the URL is properly following redirects and is accessible.
- If there are any errors (such as 404, 500, etc.), they need to be addressed accordingly.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 04:15 AM
@Divyabharathi C Please see if this KB helps https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1158643