Forum Discussion
Hank_Moody_3649
Jan 14, 2019Nimbostratus
OWA 2nd Authentication? Exchange Problem?
Hi DevCentral,
I deployed iApp Exchange 2010/2013 Template a several times and it was working fine for every customer.
On my last customer there's something strange happening. I tried ev...
Jan 23, 2019
Could you add this irule to your virtual server? Hopefully we can see what authentication header/methode OWA is sending.
when HTTP_REQUEST_RELEASE {
set LogString "Client [IP::client_addr]:[TCP::client_port] -> [HTTP::host][HTTP::uri]"
log local0. "============================================="
log local0. "$LogString (request)"
foreach aHeader [HTTP::header names] {
log local0. "$aHeader: [HTTP::header value $aHeader]"
}
log local0. "============================================="
}
when HTTP_RESPONSE_RELEASE {
log local0. "============================================="
log local0. "$LogString (response) - status: [HTTP::status]"
foreach aHeader [HTTP::header names] {
log local0. "$aHeader: [HTTP::header value $aHeader]"
}
log local0. "============================================="
}
Cheers,
Kees
- Hank_MoodyFeb 14, 2020Nimbostratus
Hey Kees! I know its been a year now, and the problem came back. I created this topic with my old account (when DevCentral had'nt their weird update).
I would try these to attach this iRule to the VS, hope it will work.
Gonna send an update here if I tried
Thanks so far!
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