browserify / http-browserify

node's http module, but for the browser
MIT License
244 stars 110 forks source link

Fix XHR support for (CORS) digest auth #29

Closed relvao closed 10 years ago

relvao commented 10 years ago

We need to make authenticated cross site requests, using digest auth, with your lib, which isn't supported, at this moment.

ghost commented 10 years ago

Thanks for the patch! Merged in 0.2.0 but this won't start working in browserify out of the box until browser-builtins updates and then browserify will need to update its dependency on browser-builtins too.

parroit commented 10 years ago

I got the same problem, and solved it exactly the same. I found this before preparing my PR... Any idea on when this will start working in browserify?