#66·anteon

Feature request: record / save browsing as a config.json

Author: icougilCreated Apr 24, 2022Updated Aug 8, 2024
Labelsenhancementgood first issuehelp wanted

Hi team!

I just arrived to your application, and it looks fairly simple to use and at the same time, really powerful, so congratulations on your side!

I was wondering, have you thought of a way to "record" a user's navigation in the config.json format ? It would be really super useful for example, to really automate behaviours on a website.

Another option could also be to use other existing tools and try to "transform" the data format of each tool to ddosify's own format. For example, you could start from a .har or .js file provided by Chrome (the former if you export your navigation via network, the latter if you record a session) or else use tools like Postman with its .json format.

Best regards,