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