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

[Feature]: Get more URLs out of the rendered page #484

Open
Rafiot opened this issue Aug 5, 2022 · 0 comments
Open

[Feature]: Get more URLs out of the rendered page #484

Rafiot opened this issue Aug 5, 2022 · 0 comments

Comments

@Rafiot
Copy link
Member

Rafiot commented Aug 5, 2022

Is your feature request related to a problem? Please describe.

The URLs in the rendered page are currently gathered by this method in har2tree.

It doesn't uses a regex to find anything that look like a URL, and for decent reasons: we use it to run subsequent captures and want valid URLs. The problem is that some pages will have stuff like that:

<input type="hidden" name="_redirect" value="<url>">

And we'd like to be able to trigger a capture for those too.

Describe the solution you'd like

Getting more URL shaped strings out of the rendered pages. Maybe have a button to use a regex on the rendered page?

Describe alternatives you've considered

No response

Additional context

No response

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

No branches or pull requests

1 participant