How to configure Pre-loaded bookmarks in Secure Web

How to configure Pre-loaded bookmarks in Secure Web

book

Article ID: CTX232607

calendar_today

Updated On:

Description

XenMobile administrators can configure pre-loaded bookmarks through SecureWeb policies. This article aims to provide the format required for the same.


Instructions

Preloaded bookmarks are set through SecureWeb Mobile App policies using the following syntax.
 
Syntax: “<Folder Name or path>”,<Friendly Name>, <URL>
 
If you have multiple bookmarks to set, you have to enter the bookmarks in triplets as defined in the syntax above with each triplet separated by a comma.
 
 
Below mentioned are few use-cases for preloaded bookmarks.
 
1) If you want to preload a bookmark in the bookmarks page itself rather than inside any folder:
 
Syntax: ,<Friendly Name>,<URL>
 
Example    ,Citrix,http://www.citrix.com
 
In this example the bookmark www.citrix.com is placed in the SecureWeb bookmarks directly and a friendly name Citrix is given to it.
 
Note: The initial comma is mandatory.

 

 
2) Quotes are not mandatory:
 
Syntax: <Folder Name>,<Friendly Name>,<URL>   
 
Example: MyCorp Links,MDM logon,http://www.mdm.example.com/zdm
 
In this case, bookmark is placed in the folder MyCorp Links, with the friendly name MDM logon.
 
3)   Placing the bookmark in a nested folder.
 
Syntax: <Folder Path>,<Friendly Name>,<URL>
 
Example: “MyCorp Links/MDM”,”MDM Logon”,http://www.mdm.example.com/zdm
 
Folder named MDM is created within the folder Mycorp Links and bookmark is placed with the friendly name MDMLogon.
 

Note: Bookmarks also work without friendly name as long as they are triplets.
 
<Folder Name>,,<URL>