Forum Discussion
Davethoonsen
Altocumulus
May 23, 2019Multiple source address on virtual server
Hi, How can I use multiple source addresses on a virtual server? The source is currently 0.0.0.0%15/0 and I have to enter certain /32 addresses in here and exclude the default permit. Also, I can...
- May 25, 2019
From version 14 you can make address lists and select these as source address.
Create an address list:
Add it to the virtual server:
Hope this answers your question.
Frank_J_104756
Sep 25, 2007Historic F5 Account
OK dumb question then...since I know what the cookie names will be, will
if { [HTTP::cookie exists "Cookie name"]
work as well as this?
when HTTP_REQUEST {
set CookiePool [findstr [HTTP::cookie names] "BIGipServer" 11 " "]
if { $CookiePool !=""}{
set clength [HTTP::header Content-Length]
if { [HTTP::header Content-Length] > 1048576
set clength [HTTP::header Content-Length]
} else {
set clength 1048576
}
set uri [HTTP::uri]
HTTP::collect $clength
}
}
Recent Discussions
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects