开发者

how to secure AJAX interface accepting GET requests

any one knows any good article or met开发者_运维百科hod to secure AJAX interface that accepts GET requests.


check the session to make sure the user is authorized, basically just like any other secure web page.


AJAX doesn't accept anything. AJAX is just a way of doing an HTTP request. It's up to you to secure it server side.


A quick SO search turns up this:

Best way to secure an AJAX app

Guide for securing an ajax php webapp

Securing a remote ajax method call

Voting to close as duplicate.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜