authentication - Mongoose httpserver - WWW-Authenticate: Digest qop="auth", realm="mydomain.com" - 401 Unauthorised Error -
i trying have http local host using mongoose-5.3 (a c code). run exe on specific port , try make call client error
http/1.1 401 unauthorized www-authenticate: digest qop="auth", realm="mydomain.com"
i using jasmine test framework doing above.
could please me regarding ?
below log print out of mongoose connection structure.
**request method uri /tts http version 1.1 query string (null) http version 1.1 header name upgrade header value websocket header value (null) local_ip 0.0.0.0 remote_ip 127.0.0.1 remote_port 37051 local_por 8887**
eager solutions.
thank !!
i had same problem using mongoose, after change server use civetweb, problem fixed.
civetweb has same mongoose features, distributed under mit license, , can download here.
Comments
Post a Comment