[go: up one dir, main page]

Local Network Access testing

JS fetch

Fetch results:

Subresource loading

Subresource results:

Subframe loading

WebSocket connection

WebSocket results:

WebTransport connection

WebTransport results:

Permissions API

Permissions API results:

Navigation


Testing setup

  1. Download this image file, this html file, and this python script to a local directory
  2. From the directory with those files, run python3 -m http.server for the HTTP server and run python3 ws.py for the WebSocket server
  3. For testing WebTransport, download webtransport_server.py and follow the instructions in there to get it running. Self-signed certificate is the easiest thing to do for https (WebTransport does not work with http://localhost, it requires https://localhost).