zap-extensions
zap-extensions copied to clipboard
webuipoc: Integrate request-response API
WIP issue zaproxy/zaproxy#8287
The branch has conflicts.
The request/response header fields should be shown each on its own line (like in the desktop).
The request/response header fields should be shown each on its own line (like in the desktop).
Are you talking about this kind of separator, (Separated Head n Body)
No, I mean each header field is in its own line (host: … in one line, User-Agent: … other line and so on). Compare to:
which have the host and user-agent in the same line (along the others).
Both the request and response header fields should be handled the same way.
They should also be aligned to the start of the line. And the bodies should keep their original indentation.
And the bodies should keep their original indentation.
This was not yet addressed.
It would be better if it didn't show the response when it's empty (i.e. HTTP/1.0 0 )
Checkmarx One – Scan Summary & Details – e7c661d4-5386-48a9-bccf-75831b2185f0
Fixed Issues (1)
Great job! The following issues were fixed in this Pull Request
| Severity | Issue | Source File / Package |
|---|---|---|
![]() |
~~Heap_Inspection~~ | /addOns/authhelper/src/main/java/org/zaproxy/addon/authhelper/AuthUtils.java: 401 |
It would be better if it didn't show the response when it's empty (i.e.
HTTP/1.0 0)
Its fixed now, kindly have a look https://github.com/zaproxy/zap-extensions/pull/5588/commits/9ed9a5a614d389479f3f3bcbbf87590666f28acf
