0 votes
in AJAX by
What are security issues with AJAX?

2 Answers

0 votes
by

Below are the security Issues with AJAX:

  • We can view AJAX source code.
  • Script can be embedded into the system.
0 votes
by

Security issues that can be encountered

  1. When Ajax calls are sent through plain text and it may lead to know the database details
  2. Inserting scripts can also be possible and attackers can easily penetrate into the system
...