Tuesday 19 February 2019

How to Check Whether a Listening Port Accepts HTTP request?

I have a process running on port 5000 on a Linux server. How can I determine whether the process/ port accepts HTTP request? I tried using curl on a remote machine to check if the server accepts HTTP, but it doesn't return any response. If it doesn't accept HTTP request, is there a way to know what other protocol the process/ port will accept? Thanks a lot!

Submitted February 20, 2019 at 03:15AM by VickNicks

No comments:

Post a Comment