Вопрос

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