質問

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