WCF and AbleCommerce using HTTPS
Posted: Sat Sep 17, 2011 11:33 pm
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?
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?