Forum Discussion
djzoidberg_2313
Nimbostratus
Jan 19, 2015Android Gmail client and Microsoft Active Sync with APM
Hi All!
A lot of device Android after a system update, version 5, are unable to access at Microsoft Activesync with Gmail app.
Old android mail app, send in the uri some parameters like username...
djzoidberg_2313
Nimbostratus
Jan 23, 2015Hi,
I found a solution by myself:
elseif {[HTTP::header value Authorization] ne ""} {
set authorization [b64decode [lindex [HTTP::header Authorization] 1]]
set auth_pattern {^(?:([a-zA-Z0-9]+)(?:\\))?([a-zA-Z0-9]+):(.*)}
if {[regexp $auth_pattern $authorization -> domain username password]} {
}
ACCESS::session data set session.custom.username $username
}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