Forum Discussion
mike_drennen_16
Cirrus
Jul 24, 2015Insert HTTP headers when accessing a Webtop link
I am having an issue and am hoping for some guidance or a link to point me in the correct direction. Within my Access Policy, I am needing to add HTTP headers when selecting one webtop link. Can I ...
Stanislas_Piro2
Cumulonimbus
Jul 28, 2015look the following link:
https://devcentral.f5.com/wiki/iRules.ACCESS_ACL_ALLOWED.ashx
ACCESS_ACL_ALLOWED is raised even if no ACL is defined.
when HTTP_REQUEST {
set uri [HTTP::uri]
}
when ACCESS_ACL_ALLOWED {
if { $uri contains "VendorPortal_test"} {
HTTP::header insert customer "[ACCESS::session data get session.ad.last.attr.extensionAttribute1]"
HTTP::header insert document "[ACCESS::session data get session.ad.last.attr.extensionAttribute2]"
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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