• Marko Luksa's avatar
    Make kubectl proxy accept empty path · c0aa2767
    Marko Luksa authored
    The proxy previously returned 403 Forbidden: Unauthorized when receiving a request from e.g. "curl localhost:8001" or "curl localhost:8001/".  The previous DefaultPathAcceptRE regex was wrong as it assumed the path in this case would be "/" (but it is actually "").
    c0aa2767
proxy_server.go 7.04 KB