Hi Experts,
I wish to check URL status by passing credentials to URL using CURL command, please advise how to achieve the same,
$ curl -Is user1:passwd http://abcd10.xyx.com:8001/login.jspx | head -n 1
In above command I am getting output as "HTTP/1.1 200 OK" if I gave wrong username and password.
Please suggest the way to do the same.
Thank you.
Regards,
Abdul