Skip to content

DAST vulnerabilities show more information about the request - modal - Frontend

Goal

This is tracking frontend work for #36332 (closed)

Implementation

Notes

API response format (see #36332 (comment 325863282) for discussion):

request: {
  method: string,
  headers: {
    [key: string]: [value: string]
  }
},
response {
  status_code: integer,
  reason_phrase: string,
  headers: {
    [key: string]: [value: string]
  }
}

Related to #36332 (closed)

Edited by David Pisek