PointLoyalty supports SSL
Friday, May 29th, 2009We refined PointLoyalty Manager integration system. Clients can send their data using SSL channels to calculate bonus points earned by their customers.
PointLoyalty REST API remains unchanged. To utilize SSL connections one needs to access REST resources using according protocol:
- HTTP Demo Resource - http://www.pointloyalty.com/wl/rest/demo?login={name:demo, password:demo}&!output-type=XML
- SSL Demo Resource - https://www.pointloyalty.com/wl/rest/demo?login={name:demo, password:demo}&!output-type=XML
Pay attention that if you are using web browsers for viewing demonstration REST resources you need to manually add our website to the list of SSL allowed sites.
Client libraries (Java and PHP) were refactored to support SSL connections (Beta release issued). Take the latest version of client libraries from our site if necessary.