How do I exclude form methods in web application scans?
This article covers the different ways to exclude form methods in a web application scan. To exclude form methods follow the steps below.
- Log in 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 use both 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.
- Notice: the web application scanner will use no methods to test web applications.
- Select the option you would like to use, then click OK.
- Done!