Skip to content

noisy network

  • Home
  • About

Tag: http referer

iRule HTTP Referer

This is a simple iRule that performs redirects based on HTTP Referer:

when HTTP_REQUEST { 
if { ([HTTP::header exists "Referer"]) and 
    ([URI::host [HTTP::header value Referer]] eq"special.com") } {
HTTP::redirect https://www.site.com/special-client/
} else {
HTTP::redirect https://www.site.com/generic-client
}
}
Author mavenetPosted on April 3, 2017Categories Network, Network AutomationTags BigIP F5, F5, http referer, iRULELeave a comment on iRule HTTP Referer






Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Categories

Search within blog

Recent Posts

  • Nornir – macOS Big Sur
  • F5 iControl REST API Crash
  • Throughput
  • Basics – IPSec VPN
  • Juniper SRX – IDP Pattern
  • Home
  • About
noisy network Proudly powered by WordPress