This is a discussion on AJAX security tips, pros and cons within the ASP and ASP.NET Programming forums, part of the Web Development category; Hi guys, Let us discuss about the AJAX security tips, pros and cons....
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| hi, To succeed - you must start with good planning. Efforts should be focussed on reducing and simplifying the AJAX calls, and creating a standard format for responses that follows convention (ideally XML) where possible.
__________________ H2O Without us, no one can survive.. |
| |||
| hi, Follow best practice from sites such as the Open Web Application Security Project. This especially includes checking for Access Control and Input Validation flaws, whilst ensuring sensitive information travels over SSL rather than in the clear. |
| |||
| hi, Never assume that Server Side AJAX checks for Access Control or User Input Validation will replace the need for final re-checking at the Server. Adding AJAX controls will never reduce your validation workload, they will only increase it.
__________________ G.A.P |
| |||
| Hi, Never assume that Client Side obfuscation (making the JavaScript difficult to read or decode) will protect your most important commercial secrets. Using JavaScript is a poor way to hide programming tricks and advances from your competitors.
__________________ G.A.P |
| |||
| hi, Finally, you must be prepared to exercise a tight reign over your development team. Wonderful ideas using AJAX may sound compelling, but you should consider saving them for version 2, whilst you focus on building a rock-solid version 1. Last edited by Venkat : 08-09-2007 at 12:26 AM. |
| |||
| hi, Benefits of Using Ajax for Web Application Development Web programming with Ajax offers a business several key benefits in its web application development. It offers site developers an extra level of innovation that can make a site easier to use for all visitors. When implemented correctly, Ajax will also give users the feeling that a web application is more responsive than a traditional web site. It can also allow a business to give its site new functionality and new services to be used by partners or clients. Finally, it simply can give parity to a business. Competitors may already be using Ajax on their sites, and it may be in a business's best interest to have its web application development team implement Ajax on its own site as well. Customers may also be asking for the new services if they have seen them on other competitor sites
__________________ H2O Without us, no one can survive.. |
| |||
| hi guy, here are some of the Caveats for Businesses Considering Ajax Programming There are many things to be careful of when implementing web programming with Ajax as well. While it does seem like the latest thing, a business should not go overboard in its use during web application development. Primarily, this type of web programming can make a site more difficult for visitors to use. The web is at its core a very user-friendly system, but Ajax can introduce new behaviors that people may not be ready for or may be confused by. This can cause visitors to leave your site quickly, without actually performing the tasks, making the purchases, or reading the information that you had provided. Ajax programing can also create a host of other problems with which businesses should be concerned.
__________________ Venkat knowledge is Power |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to use ajax in asp.net and how to install ajax in my system | vel.m8 | ASP and ASP.NET Programming | 5 | 04-08-2008 08:55 PM |
| Laptop Security Tips & Tricks | Sabari | Computer Hardware | 10 | 12-06-2007 09:32 PM |
| .Net Security Tips and Tricks | Sathish Kumar | C# Programming | 52 | 09-12-2007 12:03 PM |
| Pros & Cons | vadivelanvaidyanathan | Testing Tools | 0 | 04-10-2007 08:07 AM |
| Pros & Cons of QTP | vadivelanvaidyanathan | Testing Tools | 0 | 04-10-2007 04:59 AM |