You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,21 @@ If multiple projects are scanned at once, the JSON output will contain a single
84
84
-output=...
85
85
Specifies an output file that endpoints will be written to when using JSON serialization. This requires either `-json` or `-simple-json` to also be set, otherwise this flag has no effect.
86
86
87
+
88
+
***
89
+
90
+
-validation-server=http://localhost:1234/abc...
91
+
Specifies a base URL path that will be used and queried against to test all detected endpoints. Endpoints that return `404` will be marked as "failed" and listed in the terminal.
Specifies how to authenticate against the server provided with `-validation-server`. Arguments are separated by semicolons `;`. The first argument will be the endpoint to use for authentication. Subsequent arguments will be sent to the endpoint while authenticating.
97
+
98
+
The specified endpoint will be POSTed to, and the provided query parameters will be encoded as Form parameters. Result of authentication will be output in the console.
99
+
100
+
Any cookies found in the response will be attached to all subsequent requests during testing.
0 commit comments