Monday, April 29, 2024

Curl Useful commands

 Curl is the command line tool that is available in windows command prompt and Linux terminal by default to test connectivity between client and destination.


options to use:

curl -u "username:password" "https://<URL>/PSIGW/RESTListeningConnector/NODE_NAME/Service operation"



Also to find public ip of linux machine , try below command:

curl https://ipinfo.io/ip

No comments: