breunigs / bravia-auth-and-remote

Shell snippets to auth and send remote control commands to Sony Bravia TVs
ISC License
249 stars 50 forks source link

X-Auth-PSK in xml #13

Closed Gh0stWires closed 7 years ago

Gh0stWires commented 7 years ago

I was just wondering. Is there a way to add the X-Auth-PSK header to the xml string instead of doing it in curl line of the sh script. I am trying to make a python script that will do the same thing but the requests library for python requires that all the Soap headers be in the xml string.

breunigs commented 7 years ago

Seems to be more an issue of your soap library, have you tried asking there?