Hi i like to track all the get requests of a website i browse.
lets assume im using an app in that app there is a WebView that leads to a website. the website is doing get requests. the website has SSL pinning. i like to know what are those get requests that the website is doing.
During a google research I found that Frida help me bypass the SSL pinning However, Frida must be used on Rooted devices. I need for not rooted devices. It comes to my attention that Frida-Gadget can do that for me.
is there any explicit guide to do so?
my goal is simple to go to a SSL website using my phone and track all the "get" request that the website is doing.
Thank you !