How to Get Messages Sent to Http: //Localhost:7777/ Through a Linux Command Line?
I Would Like to Check Messages Sent to My 7777 Port, Namely, I Am on Linux and Want to Do It Through Command Line. Which Command Line Should I Use? 2 Answers...
I would like to check messages sent to my 7777 port, namely, I am on Linux and want to do it through command line. Which command line should I use?
2 Answers
How about use the tool netcat? Try nc localhost 7777. Does it work?
Simple command :- nc -vz 7777
nc -vz (website) (port number)