Forum Discussion
Eric_Frankenfie
Jul 10, 2014Nimbostratus
Serve Status Page with Images on LTM v10.2
We utilize IP ACLs for a number of our virtual servers and need an easy way for users to identify their source IP address so that we can update our data groups. The traffic is a mix of Internet and ...
Eric_Frankenfie
Jul 11, 2014Nimbostratus
This ultimately resolved my issue. This gives me a simple page with our logo along with the source IP address. The image is embedded in the HTML which does not require to place any additional files on the files system.
I encoded the image in base 64 using http://www.base64-image.de/. Note that I shortened the base 64 for the purpose of this post.
This is the iRule
when HTTP_REQUEST {
set data " Fiserv Item Processing - Your IP Address ![](\)
You submitted this request from IP Address: [IP::client_addr]
"
HTTP::respond 200 content $data
}
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