Forum Discussion
dave_jensen_201
Nimbostratus
Mar 23, 2010iRule to log browser type (client)
I've got a thread running on Adv. Config about an issue I'm having with SSL connections and Apple Safari for a website we host. I'm looking to track down the behavior of the F5 when a connection request comes through the F5 but am having trouble in a few areas. First I'd like to log the ssl sessionid but none of my iRules that I'm trying ever get executed.
NEW
when CLIENT_ACCEPTED {
log local0. "SSL sessionid is: [SSL::sessionid]"
}
NEW
when HTTP_REQUEST {
log local0. "SSL sessionid is: [SSL::sessionid]"
}
NEW
when SERVER_CONNECTED {
log local0. "SSL sessionid is: [SSL::sessionid]"
}
As for logging a client browser type I don't know where to start as the list of events and what to log tell me this isn't possible (but I hope I'm wrong).
Thanks,
- Dave
6 Replies
Sort By
- naladar_65658
Altostratus
For the client browser type you will want to use: - naladar_65658
Altostratus
Sorry, the line that you would want to add to your iRule code is: - dave_jensen_201
Nimbostratus
What event should I trigger off of to write this log out? - naladar_65658
Altostratus
when HTTP_REQUEST would be the event trigger. - hoolio
Cirrostratus
- For sure, you have to love the flexibility of the bigip software..
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