PDA

View Full Version : Talking to the Tivo WebServer? Stumped!


BigBlueOx
05-30-2007, 03:00 PM
Hi Im trying to develop an application to talk to the tivo web server. To test out what I should be doing as far as HTP protocol I have tried using OPenSSL and issue the following command:

openssl s_client -connect 192.168.2.74:443 the address of my Tivo

A handshake occurs and at that point I am ready to issue my "GET" command:

GET /



Nothing happens.... No matter what I enter I get nothing back from the server not even an error. This method works fine on other web sites... Anyone have any ideas?

Thanks!