Monitoring incoming requests on a web hosting server

2

I have a web hosting account with GoDaddy (its a Linux based hosting). Can I install applications like netcat to monitor all incoming requests to my website on a certain port? If not, is there any other way I can do that?

I have a page that accepts POST data, and I need to send the POST data from hardware level. I'm sending the data but apparently its not in the correct format. I want to be able to see the exact request being received on the server end.

Ayush Sobti

Posted 2011-09-27T03:56:01.923

Reputation: 23

Answers

0

I think its not possible. You have to ask the godaddy server to do the same for you and if allowed they will surely do it for you.

d3vdpro

Posted 2011-09-27T03:56:01.923

Reputation: 246

Thanks. I figured it wouldn't be possible since I wouldn't have root access on a shared server. I'll try emailing GoDaddy. – Ayush Sobti – 2011-09-29T02:14:51.017