Please enable JavaScript to view this site.

EventPro Software User Manual

Breadcrumb Trail: EventPro API

Configure for HTTP

Scroll Prev Top Next More

To configure EventPro API for HTTP instead of HTTPS, you need to modify the web.config so that the endpoint tag under the system.serviceModel/services/service does not use the "HttpsBinding" bindingConfiguration.

 

Example HTTPS Endpoint

<endpoint address="../DataService.svc" behaviorConfiguration="webBehaviour" binding="webHttpBinding" bindingConfiguration="HttpsBinding" contract="EventPro.Api.IDataService" />

 

Example HTTP Endpoint

<endpoint address="../DataService.svc" behaviorConfiguration="webBehaviour" binding="webHttpBinding" contract="EventPro.Api.IDataService" />

© 2023 EventPro Software, a wholly owned subsidiary of Profit Systems Inc. All Rights Reserved.