Question
When Viewing the HTTP Info for a vulnerability, the message body is not shown, and instead the value 'Omitted' is shown in plaec of the message body:
In what situations would we see 'Omitted' in the body of an HTTP request?
Answer
The message body is usually omitted if the content cannot be represented as a string for display, for example if the content-type
isapplication/octet-stream
, which would often indicate that the message body contains binary data.
See Also
N/A