logoalt Hacker News

venturecrueltytoday at 5:17 AM1 replyview on HN

You can always configure your HTTP logger to not log query parameters.


Replies

ghxsttoday at 5:48 AM

From a security perspective it is best to assume everything in a GET query is public, it's not always your server logs that you have to worry about, it could also be logs on the clients system (as an example).