Skip to content

Commit

Permalink
Remove submit button optional point
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgm0 authored Apr 3, 2024
1 parent 90d93a3 commit b18cd63
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions content/en/Platform Deep Dive/Scans/target_auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ To add authentication, toggle on the “Authenticated Scan” option and then:
- Field Name
- Field Value

3. (Optional) Add the Submit Button: if the submit button is outside of your `<form>` tag, or especially if your login
inputs are not inside a `<form>` tag, then the `submit_button` must be defined so that the right button is clicked.
For that, add a new field in the target authentication settings, with `submit_button` in the name, and the respective
button CSS selector in the value (it must be a CSS selector) as, for example, `#login-form-container button[type="submit"]`.


![Authenticated Scan](/deepdive/scans/3_AuthenticatedScan.png "Authenticated Scan")<br>


Expand Down

0 comments on commit b18cd63

Please sign in to comment.