14-Oct-2022 11:33
Hello Everyone,
I have public server website and when we click on a "ClickHere" button it will redirecting to "https://brokensorry.com".
Server Team unable to alter the hardcoded url on the server and wanted to change the response on F5 with url "https://goodok.com".
"https://brokensorry.com" = "https://goodok.com"
I see its not the header or host to replace, its in the post/response from the server in json or metadata.
Could someone help with the iRule to replace the content in metagata or post js file when presenting to client.
Solved! Go to Solution.
14-Oct-2022 11:37
Sounds like you want to use the stream profile, have a look at the K article on it:
14-Oct-2022 12:13
the article says:
that means not only headers, but also the body.
14-Oct-2022 11:37
Sounds like you want to use the stream profile, have a look at the K article on it:
14-Oct-2022 11:47
I see the article is similar but it talks about the header replacement.
The text I want to replace is in the body returned by server to client in html metadata.
Could you please help me with the same if anything?
14-Oct-2022 12:13
the article says:
that means not only headers, but also the body.
14-Oct-2022 12:37
thank You so much for your quick reply.
It worked. I added a new profile (Local Traffic / Profiles / Other / Stream) and inserted source and target and attached it to VirtualServer.
I see the redirection happens.
Thanks in tons. 🙂