mirror of
https://github.com/projectdiscovery/httpx
synced 2026-06-08 16:50:17 +00:00
Use body for the json field
This commit is contained in:
@@ -654,7 +654,7 @@ retry:
|
||||
|
||||
var serverResponseRaw = ""
|
||||
if scanopts.ResponseInStdout {
|
||||
serverResponseRaw = resp.Raw
|
||||
serverResponseRaw = string(resp.Data)
|
||||
}
|
||||
|
||||
// check for virtual host
|
||||
|
||||
Reference in New Issue
Block a user