The Network page of DevTools does not show network requests when running from within a Windows 11 VM Hyper-V virtual machine. Other hypervisors and operating systems have not been tested.
Steps to reproduce
1) Run the example code on a bare-metal Windows 11 machine to verify the network request appears.
2) Run the same code on a Windows 11 Hyper-V virtual machine and observe no network request appears.
Problem description
The Network page of DevTools does not show network requests when running from within a Windows 11 VM Hyper-V virtual machine. Other hypervisors and operating systems have not been tested.
Steps to reproduce
1) Run the example code on a bare-metal Windows 11 machine to verify the network request appears. 2) Run the same code on a Windows 11 Hyper-V virtual machine and observe no network request appears.
Example code