Forum Discussion
BrentKingston
Altostratus
Apr 03, 2023AS3 referencing objects across applications
Hi, I'm new to using AS3 for configuration. I'm trying to do the following with my decloration: "declaration": { "class": "ADC", "schemaVersion": "3.43.0", "id": "id", "lab...
- Apr 06, 2023
Hi Leslie_Hubertus,
I talked with some contacts at F5 and apparently what I was attempting to complete is not possible.
As much as I would like to be able to refer to other apps in a partition I understand why it behaves like that.
Kevin_Stewart
Employee
May 07, 2007Sorry, I didn't review my own post. Try this:
when HTTP_REQUEST {
if { [HTTP::uri] equals "/" } {
HTTP::redirect "/webpage"
}
}
- BrentKingstonApr 06, 2023
Altostratus
Hi Leslie_Hubertus,
I talked with some contacts at F5 and apparently what I was attempting to complete is not possible.
As much as I would like to be able to refer to other apps in a partition I understand why it behaves like that.
- Leslie_HubertusApr 06, 2023Ret. Employee
Thanks for the follow-up. Sorry it didn't work out!