Is it possible to see what rest calls a page makes when I visit it? Like if I go to google drive, can I see what calls my browser is making to their web servers? If so how? Would something like Wireshark be used in this case? Is there something higher level than that?
Open Chrome DevTools Ctrl + Shift + I then go inside the Network tab. Switch to Fetch/XHR then click left panel list item. You'll see Request URL on Headers tab.
If you navigate to the “Preview” section, and select “Request” in the drop down menu located on the right side, you will be able to see the body of the API Call: If you look into it, you should be able to see the new name of the AP. Moreover, it will give you an idea of what type of data is expected by the Mist cloud.
In Chrome Ctrl + Shift + I then click network. You can view all network traffic or filter it. AJAX requests generally show up under XHR (XmlHttpRequest) unless the website is using JSONP - in that case they would appear under Scripts.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With