@@ -3,27 +3,27 @@ While the Chrome team is trying to integrate FedCM into devtools, we suggest dev
3
3
1 . Open chrome://net-export from the URL bar. Select “Include raw bytes” and
4
4
click “Start Logging to Disk”. Select a location to save the logs when prompted.
5
5
<p align =" center " >
6
- <img width="467" src="https://github.com/fedidcg/FedCM/blob/main/explorations/static/net-export/net-export-entry.png?raw=true "/>
6
+ <img width="467" src="https://github.com/fedidcg/FedCM/blob/main/explorations/static/net-export/net-export-entry.png"/>
7
7
</p >
8
8
2 . Open the page that calls the FedCM API. e.g. https://webid-fcm.glitch.me
9
9
<p align =" center " >
10
- <img width="467" src="https://github.com/fedidcg/FedCM/blob/main/explorations/static/net-export/fedcm-1.png?raw=true "/>
10
+ <img width="467" src="https://github.com/fedidcg/FedCM/blob/main/explorations/static/net-export/fedcm-1.png"/>
11
11
</p >
12
12
3 . Go through the FedCM flow to debug all network requests
13
13
<p align =" center " >
14
- <img width="467" src="https://github.com/fedidcg/FedCM/blob/main/explorations/static/net-export/fedcm-2.png?raw=true "/>
14
+ <img width="467" src="https://github.com/fedidcg/FedCM/blob/main/explorations/static/net-export/fedcm-2.png"/>
15
15
</p >
16
16
4 . Stop the logging on chrome://net-export
17
17
<p align =" center " >
18
- <img width="467" src="https://github.com/fedidcg/FedCM/blob/main/explorations/static/net-export/net-export-stop.png?raw=true "/>
18
+ <img width="467" src="https://github.com/fedidcg/FedCM/blob/main/explorations/static/net-export/net-export-stop.png"/>
19
19
</p >
20
20
5 . Load the logs into https://netlog-viewer.appspot.com/
21
21
<p align =" center " >
22
- <img width="467" src="https://github.com/fedidcg/FedCM/blob/main/explorations/static/net-export/netlog-viewer-entry.png?raw=true "/>
22
+ <img width="467" src="https://github.com/fedidcg/FedCM/blob/main/explorations/static/net-export/netlog-viewer-entry.png"/>
23
23
</p >
24
24
6 . Under ` Events ` from the left, filter the logs with ` type:URL_REQUEST `
25
25
<p align =" center " >
26
- <img width="467" src="https://github.com/fedidcg/FedCM/blob/main/explorations/static/net-export/netlog-viewer-example.png?raw=true "/>
26
+ <img width="467" src="https://github.com/fedidcg/FedCM/blob/main/explorations/static/net-export/netlog-viewer-example.png"/>
27
27
</p >
28
28
7 . The network requests that were sent to different endpoints can be viewed
29
29
individually. They also include the response that the browser has received. If
0 commit comments