watson-developer-cloud / speech-to-text-websockets-python

Python client that interacts with the IBM Watson Speech To Text service through its WebSockets interface
http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/speech-to-text.html
86 stars 63 forks source link

execution in proxy environment #12

Closed c5101010 closed 7 years ago

c5101010 commented 8 years ago

Hi, thank you for the script.

It is very helpful, however, I can't execute in proxy environment. If it would be possible, could I have some advice to modify to execute the script in proxy environment?

Thank you very much

kognate commented 8 years ago

What kind of proxy environment are you running in? For example is it a Socks proxy, or some HTML proxy? Also, you might want to read over this https://www.infoq.com/articles/Web-Sockets-Proxy-Servers which gives a pretty good overview of how WebSockets handle HTML proxy passing.

c5101010 commented 8 years ago

Thank you for your quick reply.

My system is behind HTTP proxy (internal company proxy).

The link you provided looks very informative. I will try to check up on that.

Best, Kenji(c5101010)

cclauss commented 7 years ago

@c5101010 Can this issue be closed?