سؤال

My App Send to my server User's Facebook Access Token / password.

$.ajax { url:'http://www.mysite.com?accesstoken=**** / pass=**** ....

I know that a sniffers threat would make it dangoures. Is that any code\tool to send the data encryption (without https)?

Thanks!

هل كانت مفيدة؟

المحلول

No, because there is no other way to establish trust in the JavaScript code send from the server. You could send authenticated JavaScript, but you would need something on the client to verify the code.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top