Login
Remember
Register
Ask a Question
What are the security threats that prevail with Ajax code?
0
votes
asked
Aug 8, 2023
in
AJAX
by
sharadyadav1986
What are the security threats that prevail with Ajax code?
ajaxcode
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 8, 2023
by
sharadyadav1986
The list of security threats while Ajax code is used in the webpage are listed below:
Ajax request calls are in plain text format, resulting in insecure access to the database.
Data retrieved gets stored on the client browser so anyone can view it.
It makes monitoring browser sessions with help of a script.
Entire Ajax code can be seen using view page source, hackers can misuse this code in a cyber attack.
...