There seem to be two bugs: 1) no reverse proxy back to perl 2) instead of a 404, getting a 401 instead
I am on the master branch. `curl -XPOST --cookie $mc -Lvsk 'https://localhost:6443/api/1.1/users' -d @user.json | jq` ``` { "alerts": [ { "level": "error", "text": "Unauthorized, please log in." } ] } ``` Curling an invalid endpoint such as /api/1.3/blah also returns a 401 when it should return a 404. [ Full content available at: https://github.com/apache/trafficcontrol/issues/2889 ] This message was relayed via gitbox.apache.org for [email protected]
