I've writing a WCF service for AbleCommerce to view orders from a separate application. Currently it works fine, but I would like it to run in a more secure fashion. I placed my SERVICE.SVC in the admin folder and secured it with https.
I can't connect to the service file because it automatically redirects me to the login page when I try to invoke a service method. I tried to turn off forms authentication to help troubleshoot the issue, but it still redirects me to login page. Moving the service.svc to a non-admin directory works, but I can't connect using HTTPS, it redirects it to HTTP.
Has anyone successfully configured WCF and AbleCommerce to work using HTTPs?
WCF and AbleCommerce using HTTPS
-
- Lieutenant (LT)
- Posts: 78
- Joined: Wed Mar 05, 2008 11:27 am
- NC Software
- AbleCommerce Partner
- Posts: 4620
- Joined: Mon Sep 13, 2004 6:06 pm
- Contact:
Re: WCF and AbleCommerce using HTTPS
You have to use the proper binding configuration in WCF for secure transport. I suggest a wsHttp binding.
Neal Culiner
NC Software, Inc.
NC Software, Inc.