Previous Topic

Next Topic

Book Contents

Study request restrictions

When deployed in the load balanced configuration, the requestor is prevented from passing in alternate study names (study names not matching that in the URL) as part of the request. For example:

URL: https://myserver/trial1/sdk/provisioning/UserProvisioningService.svc

Study in SOAP request: trial2

To support enforcement of matching the study in the request to the name of the study in the URL, a custom HTTP header is supported by the User Management Interface software. The X-URI-Selector can contain the name of the study that was specified in the original request to the load balancer. For example:

X-URI-Selector: trial1

When deployed in the load balanced configuration, this header element must be present and match the study name specified in the SOAP request. For more information, see SOAP header.

Send Feedback