iobio / minion

Server wrapper that turns command line tools into web services
MIT License
60 stars 9 forks source link

ws and http urls are different #6

Closed chmille4 closed 9 years ago

chmille4 commented 9 years ago

http urls need an extra encodeURI to work sense http automatically runs a decodeURI on the other end. Need to decodeURI for websockets upfront to match http requests. This will break all current sites so must be done at the same time as updating all current sites.