From 19eb0517278f6e7a533903cc50037932a8cfbfb9 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 9 Aug 2018 17:18:39 +0100 Subject: HTTP authentication: Add some logging when opening 401 windows. --- desktop/netsurf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'desktop') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index 76ff4b19a..f39a6baef 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -109,6 +109,9 @@ static nserror netsurf_llcache_query_handler(const llcache_query *query, switch (query->type) { case LLCACHE_QUERY_AUTH: + NSLOG(llcache, INFO, "HTTP Auth for: %s: %s", + query->data.auth.realm, + nsurl_access(query->url)); guit->misc->login(query->url, query->data.auth.realm, cb, cbpw); break; -- cgit v1.2.3