monitor-logout.py.cgi 118 Bytes
Newer Older
1 2
#!{{ python_executable }}
print("Status: 401 Unauthorized\r\nWWW-Authenticate: Basic realm=\"Private access\"\r\n\r")