This article covers the different ways to exclude form methods in a web application scan. In order to exclude form methods follow the steps below.
- Login to Security Center.
- Click> Scan profiles.
- Click +Create scan profile.
- Click Crawl settings > Form method. There are three different methods to handle web forms:
- Post and Get: the web application scanner will both use POST and GET methods to test forms.
- Post: the web application scanner will only use POST methods to test web forms.
- Get: the web application scanner will only use GET methods to test web forms.
- None: the web application scanner will use no methods to test web applications.
- Select the option you would like to use then click OK.
- Done!
0 Comments