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

I want to save only the url, I don't want to save the response body, how do I do that #6

Open
ponponon opened this issue Aug 9, 2024 · 1 comment

Comments

@ponponon
Copy link

ponponon commented Aug 9, 2024

Hello, about the function of saving traffic, I want to save only the url, do not want to save the response body, how to achieve? Because the data I want to capture is in the url, it is not necessary to save the response body at the same time, and the response body is a picture, the volume is too large, and saving it as json is very time-consuming

If the current plug-in is not supported, I think how I can modify it to get a new plug-in that contains my needs, can you help me?

@avwo
Copy link
Member

avwo commented Aug 9, 2024

参照这个插件 https://github.com/whistle-plugins/whistle.autosave 自己实现一个,如果只需要 url 可以通过 req.fullUrl 获取,无需 getSession

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