PUT
/
api
/
redirectx
/
scan
curl --request PUT \
  --url https://api.novasec.io/api/redirectx/scan \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "targetURL": "https://example.com/cookie-policy?returnURL=xyz&forceRedirect=true&u=...",
  "headers": "X-Header: test;; Cookies: SESS_ID=eyJ...",
  "delay": 123,
  "timeout": 7,
  "email": "[email protected]",
  "password": "hunter2"
}'

Authorizations

X-API-Key
string
headerrequired

Body

application/json
targetURL
string
headers
string
delay
integer
timeout
integer
email
string
password
string