checkmyhttps icon indicating copy to clipboard operation
checkmyhttps copied to clipboard

Improvement: Use POST to avoid recording domains in server log

Open youknow16 opened this issue 3 years ago • 3 comments

Right now, the script contacts the server using a GET or HEAD method. The problem with this is that every domain checked will be recorded in the server logs. It would be best if the script contacts server using a POST method so that the checks don't end up in the server logs.

youknow16 avatar May 09 '22 10:05 youknow16

Yes, you are right. We write this change request in our to-do list. Thx

checkmyhttps avatar Jun 02 '22 22:06 checkmyhttps