I'm not even sure what language that is, but are you using port 8000? It should be 8060.
If you have access to a Linux system, you can verify that it works from the command line, and then see what's different about what you're sending.
curl -d '' http://192.168.1.137:8060/keypress/home
--Mark