Previous Topic

Next Topic

Book Contents

Load balanced deployment

Load balanced deployment is configured through modifications to the web.config file and is intended for use when exposing the API beneath the InForm study URL through the use of a network load balancer. When deployed in this manner, the load balancer is responsible for TLS decryption (no certificate is installed for the provisioning virtual directory) as well as altering the request URL to remove the study name from the request. Requests must include a valid user name/password as well as the HTTP X-URI-Selector header containing the name of the study that was originally specified in the requested URL. For more information, see Choosing the deployment type.

Example client URL:

https://myserver/trialX/sdk/provisioning/UserProvisioningService.svc

Deployment_LoadBalanced.gif

Send Feedback