How to check the application URL is online or offline

0
Hello Experts, Is there any option to check whether the server is throwing 404 kind of bad request error by using Microflow. Basically I need to know whether the application is offline or online by without hitting the application url in chrome instead I want to check that by using microflow. Thanks in Advance!
asked
1 answers
0

Hi Shalini,

You can create a REST service in the application you want to check the status for. You can then call the REST service from another application to check if it returns what you are expecting. If an application is offline, it will send an error response like ‘application is unavailable’.

answered