CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2012
    Posts
    11

    Smile security of the Ajax based web applications

    Hey guys ...since i am developing a .net website by using AJAX...So i am worried regarding the security features for the same...So if anyone can guide me about security of the Ajax based web applications????


    Any help will be greatly appreciated....

    .net Programmer India
    Last edited by Cimperiali; February 11th, 2012 at 07:11 PM. Reason: give the thread an appropriate title

  2. #2
    Join Date
    May 2012
    Location
    Bonn, Germany
    Posts
    43

    Re: security of the Ajax based web applications

    Well, AJAX is really only about dynamically requesting pages.
    Basically the same security principles apply as for "regular pages", for example always check user input, especially when using it in SQL queries.

    ________________________________
    Visit my project: Derivative Calculator

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured