URL rewrites

Use this forum to post questions relating to WinGate, feature requests, technical or configuration problems

Moderator: Qbik Staff

URL rewrites

Postby Randy Baker » Nov 16 07 1:08 pm

I would like to be able to create a user definable rule that would ensure sites such as Google Images always have "Safe Search" enabled. The script of the rule might looks something like this.

when HTTP_REQUEST {
if { [getfield [HTTP::host]] == "images.google" } {
HTTP::URI replace "&safe=off" "&safe=on"
}
}

I work with F5 Networks load balancers, and they allow User Defined Scripting in TCL that is enforced through iRules. This is a rule that could be created and enforced on that product.

Is this something the WinGate developers might be interested in incorporating in their product, or, does WinGate have another way of dealing with this issue?
Randy Baker
 
Posts: 31
Joined: Nov 09 07 5:28 pm

Postby genie » Nov 16 07 2:00 pm

The new version of Wingate will support this functionality.
genie
Qbik Staff
 
Posts: 1788
Joined: Sep 30 03 10:29 am

Postby adrien » Nov 19 07 9:14 am

The next version we are currently working on supports Lua scripting, Events, and access to session data, which allows you to do this.

Regards

Adrien
adrien
Qbik Staff
 
Posts: 5448
Joined: Sep 03 03 2:54 pm
Location: Auckland


Return to WinGate

Who is online

Users browsing this forum: No registered users and 15 guests

cron