Forum Discussion
jk20004_44080
Nimbostratus
Mar 18, 2016problems with b64decode decoding signed content
we need to decode a uri from Microsoft owa where the result has about 41 binary Bytes for a signature. we only need the rest but the base64 fails with
conversion error (line 1) invoked from...
jk20004
Cirrus
Mar 21, 2016the solution can be found in wiki where they describe base64 and "URL applications", and the iRule translation is:
set uri [string map {- +} $uri]
set uri [string map {_ /} $uri]
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