Installation Guide

Choosing Installation Type (API)

There are two options of installing the API module which define how technicians will access the API module:

  • Installing as a web site: This configuration gives you the advantage of having a "nice" URL for accessing the API module such as "https://www.example.com/" (or "https://api.example.com/" if you have a web site with a third-level domain name).

  • Installing into a virtual directory: In this configuration, your URL for accessing the API module will include the virtual directory name (such as "https://www.example.com/api/").

Alloy web applications require HTTPS. This requirement protects the data that is exchanged between your web server and your users’ browsers from unauthorized access and tampering.

INFO: For instructions on how to configure Secure Sockets Layer (SSL) for a site, see Microsoft: How to enable SSL for all customers who interact with your Web site in IIS.