How can we save the content of a HTTP Response

Hello guys, I’m trying to retreive the response whole content of a http response (the html code of a web page) and save it into a text file and I don’t know how to go about it I really need some help

If you’re just looking for what you see in the flow response body in the GUI, you could write flow.response.text to a file.

1 Like

press e then select raw body it will open on terminal then copy that and paste any where you want