Forum Discussion
add /browerWeb Extension after domain name
- Aug 03, 2023
Nompang Button clicks should be handled on the website rather than the F5. They can make it so when the button "get" is clicked it sends a redirect path to them. This doesn't seem like it should occur on the F5 at all. Same goes for the first redirect. If they must perform the first redirect on the F5 you can do the following.
when HTTP_REQUEST priority 500 { if{ ([HTTP::host] == "www.abc.com") && ([string tolower [HTTP::uri]] == "/") } { HTTP::redirect "https://www.abc.com/browserWeb" } }
Nompang Button clicks should be handled on the website rather than the F5. They can make it so when the button "get" is clicked it sends a redirect path to them. This doesn't seem like it should occur on the F5 at all. Same goes for the first redirect. If they must perform the first redirect on the F5 you can do the following.
when HTTP_REQUEST priority 500 {
if{ ([HTTP::host] == "www.abc.com") && ([string tolower [HTTP::uri]] == "/") } {
HTTP::redirect "https://www.abc.com/browserWeb"
}
}
Recent Discussions
Related Content
* 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