agsh / onvif

ONVIF node.js implementation
https://onvif.pages.dev
MIT License
703 stars 240 forks source link

Remove BASIC authentication from POST request #17

Closed sguilly closed 9 years ago

sguilly commented 9 years ago

The authentication fail with my TRENDNET cameras.

With the help of wireshark, i discover a BASIC Authorization in the POST request not compatible, i guess, with the SOAP Security processus.

If i remove "reqOptions.auth = this.username + ':' + this.password;", the authentication success.

agsh commented 9 years ago

Agree with you. This line was just for confidence.