Forum Discussion
PCopland
Nimbostratus
Mar 22, 2014How can I allow external host connections based on the presence of a file or cookie on host?
How can I allow external host connections based on the presence of a file or cookie on host?
Place a file or cookie on the host F5 checks for the existence of the file when host attempts conne...
Kevin_Stewart
Employee
Mar 22, 2014On the cookie part, how does the cookie get there in the first place?
when HTTP_REQUEST {
if { not ( [HTTP::cookie exists JSESSIONID] ) } {
reject
}
}
On the file part, checking for a file in the client's file system usually requires an agent on the client side. The Access Policy Manager (APM) module can do this natively.
Recent Discussions
Related Content
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