User manual
Table Of Contents
- Using HTML Access
- Contents
- Using HTML Access
- Setup and Installation
- System Requirements for HTML Access
- Preparing View Connection Server and Security Servers for HTML Access
- Configure View to Remove Credentials From Cache
- Prepare Desktops, Pools, and Farms for HTML Access
- Configure HTML Access Agents to Use New SSL Certificates
- Configure HTML Access Agents to Use Specific Cipher Suites
- Configuring iOS to Use CA-Signed Certificates
- Upgrading the HTML Access Software
- Uninstall HTML Access from View Connection Server
- Data Collected by VMware
- Configuring HTML Access for End Users
- Using a Remote Desktop or Application
- Feature Support Matrix
- Internationalization
- Connect to a Remote Desktop or Application
- Shortcut Key Combinations
- International Keyboards
- Screen Resolution
- H.264 Decoding
- Setting the Time Zone
- Using the Sidebar
- Sound
- Copying and Pasting Text
- Transferring Files Between the Client and a Remote Desktop
- Using the Real-Time Audio-Video Feature for Webcams and Microphones
- Log Off or Disconnect
- Reset a Remote Desktop or Application
- Index
Using URIs to Configure HTML Access Web Clients
Using uniform resource identiers (URIs), you can create a Web page or an email with links that end users
click to launch the HTML Access Web client, connect to View Connection Server, and launch a specic
desktop or application with specic conguration options.
You can simplify the process of connecting to a remote desktop or application by creating Web or email links
for end users. You create these links by constructing URIs that provide some or all of the following
information, so that your end users do not need to supply it:
n
View Connection Server address
n
Port number for View Connection Server
n
Active Directory user name
n
RADIUS or RSA SecurID user name, if dierent from Active Directory user name
n
Domain name
n
Desktop or application display name
n
Actions including browse, reset, log o, and start session
Syntax for Creating URIs for HTML Access
Syntax includes a path part to specify the server, and, optionally, a query to specify a user, desktop or
application, and actions or conguration options.
URI Specification
Use the following syntax to create URIs for launching HTML Access Web clients:
https://authority-part[/?query-part]
authority-part
Species the server address and, optionally, a non-default port number.
Server names must conform to DNS syntax.
To specify a port number, use the following syntax:
server-address:port-number
query-part
Species the conguration options to use or the actions to perform. Queries
are not case-sensitive. To use multiple queries, use an ampersand (&)
between the queries. If queries conict with each other, the last query in the
list is used. Use the following syntax:
query1=value1[&query2=value2...]
Observe the following guidelines when creating the query-part:
n
If you do not use at least one of the supported queries, the default
VMware Horizon Web portal page is displayed.
n
In the query part, some special characters are not supported, and you
must use the URL encoding format for them, as follows: For the pound
symbol (#) use %23, for the percent sign (%) use %25, for the ampersand
(&) use %26, for the at sign (@) use %40, and for the backslash (\) use %5C.
For more information about URL encoding, go to
hp://www.w3schools.com/tags/ref_urlencode.asp.
Using HTML Access
22 VMware, Inc.