Which of the following is one way to prevent this type of attack?

Joe a web developer wants to make sure his application is not susceptible to cross-site request
forgery attacks. Which of the following is one way to prevent this type of attack?

Joe a web developer wants to make sure his application is not susceptible to cross-site request
forgery attacks. Which of the following is one way to prevent this type of attack?

A.
The application should always check the HTTP referrer header

B.
The application should always check the HTTP Request header

C.
The application should always check the HTTP Host header

D.
The application should always use SSL encryption



Leave a Reply 2

Your email address will not be published. Required fields are marked *

one × one =


David

David

This is A – you have to verify the HTTP Referer header.