-
-
Notifications
You must be signed in to change notification settings - Fork 704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webuipoc: Integrate request-response API #5588
base: main
Are you sure you want to change the base?
Conversation
The branch has conflicts. |
The request/response header fields should be shown each on its own line (like in the desktop). |
Signed-off-by: Moeez Ahmed <[email protected]>
Signed-off-by: Moeez Ahmed <[email protected]>
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. |
Signed-off-by: Moeez Ahmed <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We won't split request/response body on the basis of new line ('\n')
Signed-off-by: Moeez Ahmed <[email protected]>
This was not yet addressed. |
It would be better if it didn't show the response when it's empty (i.e. |
Signed-off-by: Moeez Ahmed <[email protected]>
Signed-off-by: Moeez Ahmed <[email protected]>
WIP issue zaproxy/zaproxy#8287