05-19-2011 06:18 AM
If i lock down my server side REST services can I access them with jquery from the my web app? Will i have any problems when https(secure socet layer) is implemented?
If its not supported do i go down a custom securtity route for my playbook accessing over data over the wire?
Is the only way to use custom encrytion/encoding - implementing this code in serverside (c#) and then clientside(javascript)?
05-19-2011 01:13 PM
HTTPS/SSL is supported in WebWorks. Simply use the "https://" url and you are good to go.