Securing your json transfers

For my new projects (like MyCloud) I needed a way to securly transfer my json codes from js to php and back. Why you say?

Cause, with plugins like firebug, you’re able to send custom POST values etc. So you can send modified json code to hack/flood a server with requests. This is a great security risk. So I’d like to work with session ID’s generated by php to authenticate the client based on his IP and session ID. Look, I’ve drawn a map (jeuj!)

Secure-json-transfer-js-php

Tags: ,

Leave a Reply

Note: Commenter is allowed to use '@User+blank' to automatically notify your reply to other commenter. e.g, if ABC is one of commenter of this post, then write '@ABC '(exclude ') will automatically send your comment to ABC. Using '@all ' to notify all previous commenters. Be sure that the value of User should exactly match with commenter's name (case sensitive).