What are all the security issues of Ajax?



What are all the security issues of Ajax?..

Answer / v madhu babu

Security issues that can be encountered

When Ajax calls are sent through plain text and it may lead to know the database details

Inserting scripts can also be possible and attackers can easily penetrate into the system

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AJAX Interview Questions

Is it true that a xmlhttprequest objects belongs to the w3c standard?

0 Answers  


Cannot parse xml generated by jsp I am generating an xml using jsp, when I run the jsp in ie it shows the xml as per dom, but when I try to parse it using javascript , the command xmldoc.documentelement ?

0 Answers  


Which is the purpose for using the scriptmanager?

0 Answers  


Does java have support for comet style server-side push?

0 Answers  


Is it true that ajax is code browser compatible?

0 Answers  






When will html_ajax have a stable release?

0 Answers  


List some advantages and disadvantages of using ajax.

0 Answers  


How do we handle concurrent ajax requests?

0 Answers  


What is the difference between RegisterClientScriptBlock, RegisterClientScriptInclude and RegisterClientScriptResource?

1 Answers   Clavax Technologies,


Methods of consuming web services in AJAX?

0 Answers   QuestPond,


How can we assign an object in Java Script?? For Example:- ----------- If i create an object "obj1" var obj1 = Object(); obj1.name = "hari"; and if i want to assign it to two objects "obj2" and "obj3" with different names... obj1.name = "gopi" obj2 = new Object(obj1); obj1.name = "raghu" obj3 = new Object(obj1) Now ob2.name become to "raghu" from "gopi". WHY? how to solve the above problem?

2 Answers  


What is a simple example of where a ajax request would be used?

0 Answers  


Categories