...
port
: The port number of the Diagnostic Web Server, located at the IP address of the player. Setting this value to 0 will disable the DWS, while setting it to "default" will make the DWS accessible on the default port (80). Specifying only this parameter in the associative array is equivalent to enabling the DWS without password protection.password
: An obfuscated password for the DWS. This method uses digest access authentication. Specifying this parameter without setting aport
number will make the DWS accessible on the default port.open
: An unobfuscated password for the DWS. This method uses digest access authentication. Specifying this parameter without setting aport
number will make the DWS accessible on the default port.basic
: A flag indicating whether basic authentication should be used or not. Setting this parameter totrue
allows the password set with the {{open
}} parameter parameter to be validated using basic authentication, rather than digest access authentication. This option allows for backwards compatibility with older platforms; most, if not all, modern browsers require basic authentication to be disabled in order to communicate with the DWS.
...