Description
Here is a Knox proxy URL: https://host-name:8443/gateway/ui/zeppelin/api/security/ticket
Now what happens over here is, if the user is not logged in then zeppelin sends a redirect to "/api/login", so what is expected from Knox proxy is, it should redirect to https://host-name:8443/gateway/ui/zeppelin/api/login
But it is actually getting redirected to http://host-name:8443/api/login (which is incorrect), over here both protocol and path is wrong.