Skip to content
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

Add proxy option to view full request #10

Open
mridulsg opened this issue Mar 2, 2022 · 1 comment
Open

Add proxy option to view full request #10

mridulsg opened this issue Mar 2, 2022 · 1 comment

Comments

@mridulsg
Copy link

mridulsg commented Mar 2, 2022

Based on a scenario, the tool showed 200 but when adding the same header in Burp Suite shows 302. It would be helpful to get the exact request being passed.

@zha0gongz1
Copy link

Based on a scenario, the tool showed 200 but when adding the same header in Burp Suite shows 302. It would be helpful to get the exact request being passed.

You can add an proxy in the code to intercept the request packet. After the redirection in Burp Suite, the status code is 200? That's normal. If it is not 200 after the redirection, its the problem of the tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants