Replies: 1 comment
|
Hi @g-kartik Additionally, since Noir does not send actual web requests by default, it cannot display the request or response bodies. If so, I’ve run a quick test on my side and it seems to be working as expected. I’d like to dig a bit deeper using your case as a reference to improve the detection logic. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I tried running noir against an open source django project CVAT. It just returned the endpoints. How can I get the request, response, header and query parameters?
All reactions