Closed sguilly closed 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.
Agree with you. This line was just for confidence.
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.