Forum Discussion
Born_7758
Nimbostratus
Aug 16, 2011Receiving two consecutive responses
Hello all, Can someone please help understand what I need to do in this situation: I want to send a request and I should receive two postbacks. The only problem is that I am o...
Born_7758
Nimbostratus
Aug 17, 2011I found this iRule on another post for logging. Can someone break it down for me in laymen's terms?
when HTTP_REQUEST {
set the URL here, log it on the response
set url [HTTP::header Host][HTTP::uri]
set vip [IP::local_addr]:[TCP::local_port]
}
when HTTP_RESPONSE {
set client [IP::client_addr]:[TCP::client_port]
set node [IP::server_addr]:[TCP::server_port]
set nodeResp [HTTP::status]
log connection info
log local0.info "Client: $client -> VIP:$vip$url -> Node: $node with response $nodeResp"
}
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