I want to know what components or logic that I use to check if an URL is active and up and running.
For example, if I type "https://community.talend.com" on a browser, I get to see the content if the url is up and running. otherwise, i find an error (not found or not valid).
I tried DI trestclient which returned the body was not found. I do not need to retrieve any body. I just need to check if the url is active.