Forum Discussion
THASIN
Nimbostratus
May 02, 2012http to https cookie persistence
Hi ALL, Creating persistence record based on IP address using custom made irule as specified in the link below, Is there any randomness or variance or uniqueness in the persistence record. i...
An alternative to the string match, though I'm not sure which is more optimal:
when HTTP_REQUEST {
if { [HTTP::host] equals [domain [HTTP::host] 2] } {
HTTP::redirect "http://www.[HTTP::host]"
}
}
- L4L7_53191Jul 23, 2011
Nimbostratus
This will work - just change the suds client object's "location" attribute to reflect whatever port you want. Inside your instantiated client object you'll see a 'suds' attribute with all the relevant options, as well as a set_options() method. Have a look here for an example of using this: