Check failed to run. Response code: 3

Divyabharathi C
Tera Contributor

Hi Team,

 

I'm getting Error in to test checks for url monitoring 

util.check-http-response- code - Response code 3

 

 

 

2 REPLIES 2

Community Alums
Not applicable

Hi @Divyabharathi C 

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.