by adrien » Feb 03 09 9:46 am
Hi
There are 2 editable parts to most error messages in the WWW proxy. A title, and a message. These can be altered by editing the registry.
The key is HKEY_LOCAL_MACHINE\Software\Qbik Software\WinGate\ErrorStrings\HTTP
value: AccessDeniedTitle (REG_SZ). The title of the error used when access is denied
value: AccessDeniedDescription (REG_SZ). The message.
These 2 are combined into an HTML response sent when access is denied. They are combined using a H1 tag for the title, and the message is bare in the HTML body. This means you can't really edit the title much, nor put in any styles or script. The body you can set to any HTML you like, excluding body and html tags.
Regards
Adrien