Project

General

Profile

Actions

Bug #5416

closed

WebUI: URI /special/srvid2 not working, wrong status code logged [master git]

Added by da h4xX0rz1sT over 6 years ago. Updated over 6 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
User Interface
Target version:
-
Start date:
2018-12-11
Due date:
% Done:

100%

Estimated time:
Found in version:
4.3-1638~gf0524db40
Affected Versions:

Description

-tvh always logs "403", no matter whether the server replies 401 or 403
-no matter whether you allow plain, digest or both
-no matter if cookies are enabled or not
-related with #5391

wget http://<ip>:<port>/ --user=<myadminuser> --pass=<mypass>               # works as expected
wget http://<ip>:<port>/special/srvid2                                      # 401 as expected, 403 logged
wget http://<ip>:<port>/special/srvid2 --user=<myadminuser> --pass=<mypass> # 403, expected 200

HTH,
/HXZ

Actions

Also available in: Atom PDF