|
|
 |
« Reply #1 on: March 11, 2011, 06:33:08 PM » |
|
Hi.
Sorry about the late reply...
Log in your pandora server and use telnet to the connect to the host/port you want to receive the answer. For a web server you can do:
telnet yourserver 80 GET /application/ HTTP/1.0^M^M
and see how it answers. I my case, I receive: 200 OK
Regards.
|