Forum Discussion
Danmau_178060
Nimbostratus
Nov 21, 2014How to configure AD credential passthrough with F5
I am trying to configure a secure way to access a mobile application on one of our DMZ webserver. The mobile application requires an AD account and password and I don't find it secure enough to open...
R_Marc
Nimbostratus
Nov 21, 2014It's quite likely a 301/302 redirect coming from your backend server. You could address that by adding some rewrite policies, or deal with it in your iRule.
You could add some logging to your iRule to see what the backend is returning:
when HTTP_RESPONSE {
foreach aHeader [HTTP::header names] {
log local0. "$aHeader: [HTTP::header value $aHeader]"
}
}
Presumably it's sending a location header, which you could just modify with a string map.
HTTP::header replace Location [string map {something somethingelse} [HTTP::header Location]]
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
