Forum Discussion

Kevin_Davies's avatar
Jun 27, 2020

Webtop item autostart

I was after a way to auto start a webtop item, specifically a RDP session using the remote desktop gateway. This was the solution,...

Go to your APM and login to the webtop. Now open developer tools in the Chrome browser, tick preserve log, Now select the webtop item you want to autostart. Go back to developer tools and select the first request. Choose the Headers tab and look at the Request URL. You should see your webtop name in the URL. You want the string immediately after the name Eg. https://my.webtop.com/this/is/what/i/am/after This is the address of your webtop item. Now apply the following iRule to autostart this webtop item whenever you login to the webtop.

when ACCESS_POLICY_COMPLETED {
  ACCESS::respond 302 Location "/thisi/is/what/i/am/after"
}

 Best reply gets marked as the answer 🙂

No RepliesBe the first to reply