wcf.js
wcf.js copied to clipboard
HTTP header
I need to add an HTTP Authentication header, is this possible? How?
currently you would need to hard code your http headers in the ws.js dependency https://github.com/yaronn/ws.js/blob/master/lib/handlers/client/http.js#L11 or find some otehr way to inject them to requests by the request module.