Frage

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!

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top