URL working or not

0
Hello, I am having URL field(String). If I enter URL, I want to check is it responsive or not. Is there any way to check  URL is working or giving 404 error, through microflow?   I am using Mendix version 9.24.4
asked
1 answers
1

You could just use a Call REST action in a microflow, and GET the URL using that. Use the Store in HTTP Response option to handle the response. You could then examine that to look for any issues. Remember to also set error handling so you can catch any errors that way as well.

https://docs.mendix.com/refguide/call-rest-action/

Good luck!
 

answered