| 1. |
How Can You Defend Yourself Against Csrf Attacks? |
|
Answer» To defend yourself against CSRF attacks, you can opt for two AVAILABLE methods. Firstly, with every request try to include a random token. In this way a unique string of tokens will be generated which is a good safeguard. Secondly, for each field of form, try USING DIFFERENT names. This will somewhat help you in becoming anonymous DUE to the entry of so many different names and thus will behave as a safeguard from CSRF attacks. To defend yourself against CSRF attacks, you can opt for two available methods. Firstly, with every request try to include a random token. In this way a unique string of tokens will be generated which is a good safeguard. Secondly, for each field of form, try using different names. This will somewhat help you in becoming anonymous due to the entry of so many different names and thus will behave as a safeguard from CSRF attacks. |
|