What is token used for?
Answer / Payal
In Struts, a token is used to protect web applications from certain types of malicious attacks, such as Cross-Site Request Forgery (CSRF). The token is sent by the server and expected in subsequent requests to ensure that the request originated from the user and not an attacker.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between dispatchaction and lookupdispatchaction in struts?
What is actionmapping?
How properties of a form are validated in Struts?
why do we use logic tag library in struts?
Why actionservlet is singleton in struts?
What are the pros of struts 2?
when we enter the data in the form how it is stored in formbean class setter and getter methods?
What is apache struts cve 2017 5638?
What is container struts2?
How many instances of servlet usually run in a struts application ?
How can we upload files in Struts2 application?
who will run the execute method in struts?