Can detect if visitor uses private browsing or not. Test in a private navigation to validate the concept ;)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Function Start-Pong { | |
<# | |
.Synopsis | |
Creates a new HTTP Listener with PING reply function | |
.Description | |
This module is heavily based on a module that is a HTTP listener (see blog). | |
I just adjusted a little so the HASH convertion is missing and authentication can be ignored. | |
The function I only required is to "pong" a ping, given to a adres + port + namespace. | |
This function requires running from an elevated administrator prompt to open a port. | |