Forum Discussion
UncountedBrute_
Apr 30, 2018Altocumulus
How to add a tel: URI to a Webtop link?
I am trying to construct a list of web-top links that will be pointing outside the F5 so users can access key resources and contacts.
When i try to add a URI of tel: it comes up saying this isn't pos...
Stanislas_Piro2
Apr 30, 2018Cumulonimbus
You can add an URI like
then use following irule:
when HTTP_REQUEST {
if {[HTTP::path] equals "/tel_call"} {
HTTP::redirect "tel:[URI::query [HTTP::uri] number]'
}
}
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