@@ -111,19 +111,19 @@ def scan(
111
111
112
112
page_asn: Filter scans by main page Autonomous System Number (ASN).
113
113
114
- page_hostname: Filter scans by main page hostname .
114
+ page_hostname: Filter scans by main page hostname (domain of effective URL) .
115
115
116
116
page_ip: Filter scans by main page IP address (IPv4 or IPv6).
117
117
118
- page_path: Filter scans by exact match URL path (also supports suffix search).
118
+ page_path: Filter scans by exact match of effective URL path (also supports suffix search).
119
119
120
- page_url: Filter scans by exact match to scanned URL (_after redirects_)
120
+ page_url: Filter scans by submitted or scanned URL
121
121
122
122
path: Filter scans by url path of _any_ request made by the webpage.
123
123
124
124
scan_id: Scan uuid
125
125
126
- url: Filter scans by exact match URL of _any_ request made by the webpage
126
+ url: Filter scans by URL of _any_ request made by the webpage
127
127
128
128
extra_headers: Send extra headers
129
129
@@ -243,19 +243,19 @@ async def scan(
243
243
244
244
page_asn: Filter scans by main page Autonomous System Number (ASN).
245
245
246
- page_hostname: Filter scans by main page hostname .
246
+ page_hostname: Filter scans by main page hostname (domain of effective URL) .
247
247
248
248
page_ip: Filter scans by main page IP address (IPv4 or IPv6).
249
249
250
- page_path: Filter scans by exact match URL path (also supports suffix search).
250
+ page_path: Filter scans by exact match of effective URL path (also supports suffix search).
251
251
252
- page_url: Filter scans by exact match to scanned URL (_after redirects_)
252
+ page_url: Filter scans by submitted or scanned URL
253
253
254
254
path: Filter scans by url path of _any_ request made by the webpage.
255
255
256
256
scan_id: Scan uuid
257
257
258
- url: Filter scans by exact match URL of _any_ request made by the webpage
258
+ url: Filter scans by URL of _any_ request made by the webpage
259
259
260
260
extra_headers: Send extra headers
261
261
0 commit comments