Fix configureHttpAuth
variable username and password are always empty ``` var username, password, httpAuthMatch = location.match(/^https?:\/\/(.+):(.+)@/i); ``` So event http.auth always pass empty values.
Showing
1 changed file
with
3 additions
and
3 deletions
-
Please register or sign in to post a comment