Hello Team, I am looking for guidance on how to record/replay applications hosted on AWS. Which can only be accessed using socks proxy from my local.
*I use the following steps to access the UI part via browser* 1. I created an AWS SSM session (By port forwarding the port 22 to 5000) 2. Then I create a Dynamic port forwarding using ssh (ssh -D 6000 -C -n user@host -p 5000) 3. Then using foxy proxy plugin in the browser to route all the request to port 6000 (as socks5) My question here is, do we support socks5 port forwarding when it comes to recording or replaying ? Kindly advise Thanks, Mohamed Ibrahim