English 中文(简体)
AJAX security anduser managment
原标题:AJAX security and user managment

我正在开发一个网络应用程序,该软件将设在一个“因特网”而不是局域网的服务器上。

该信相当一部分是AJAX电话,约有12个Ajax助手档案用于这些功能。

我的问题是,不要要求这里的任何人撰写关于阿富汗复兴共和与民主军安全的教学材料,任何人都知道能够帮助我获得这些档案的任何良好资源(网站、书籍,不管怎样)。

现在,只要你知道其寻找你时的变称,就可以自由从数据库获取数据。

I was thinking maybe session validation, or something along those lines for the logged in user.

如果你拥有任何良好的资源,我就亲自做家务。

增 编

问题回答

宇宙航空研究开发机构电话一般用于上网服务,这是你在这里使用网络服务的情况。 如果是这样的话,那么你需要关注的是你用你使用的服务器边描述语言提供的安保层(如你按照你的问答器使用购买力平价)。

The same way that you do authentication and protection for other pages on your site that aren t accessed via AJAX calls you can implement for your web services. For instance, if you require authentication for your application then you can store the user s ID in $_SESSION. From there you can check to make sure the user is logged in via $_SESSION whenever one of your web services is requested.

我经常看到美国宇宙航空研究开发机构呼吁检查<代码>X-RE RequestSTED-WITH。 HTTP头盔是“核实”这一请求源自日本宇宙航空研究开发机构。 视你如何重新发送自动协调机制电话(XmlHttpRequest或联合材料图书馆)而定,你可以使用该负责人的标准价值,或将其设定为惯例价值。 这样,你就可以在菲律宾皇家警察部队中采取类似做法,检查是否要求该网页与日本宇宙航空研究开发机构联系:

http://davidwalsh.name/detect-ajax

if( !empty($_SERVER[ HTTP_X_REQUESTED_WITH ]) &&
    strtolower($_SERVER[ HTTP_X_REQUESTED_WITH ]) ==  xmlhttprequest ) 

必须指出,由于它是一个吉大港定居地的头目,它可能受到骗局,因此绝不是完全不受干扰的。





相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

How can i update div continuously

I have asp.net application where i have a div which showing the value from other site. The value of that site is changing continuously. I want that my div will automatically update in some interval ...

热门标签