diff --git a/explorations/debug-network-requests-chrome.md b/explorations/debug-network-requests-chrome.md index 1f2484402..e64b0ad29 100644 --- a/explorations/debug-network-requests-chrome.md +++ b/explorations/debug-network-requests-chrome.md @@ -3,27 +3,27 @@ While the Chrome team is trying to integrate FedCM into devtools, we suggest dev 1. Open chrome://net-export from the URL bar. Select “Include raw bytes” and click “Start Logging to Disk”. Select a location to save the logs when prompted.

- +

2. Open the page that calls the FedCM API. e.g. https://webid-fcm.glitch.me

- +

3. Go through the FedCM flow to debug all network requests

- +

4. Stop the logging on chrome://net-export

- +

5. Load the logs into https://netlog-viewer.appspot.com/

- +

6. Under `Events` from the left, filter the logs with `type:URL_REQUEST`

- +

7. The network requests that were sent to different endpoints can be viewed individually. They also include the response that the browser has received. If