This is a reverse proxy for the dev tools front end, allowing you to host a secure endpoint that provides authenticated access to chromium devtools
The implementation assumes the inspected browser is running on the same machine as the auth endpoint, but it doesn’t have to be that way
You can use this for example to intercept all protocol messages between the browser and the dev tools front end, or, for example, to inspect some browser being controlled by automation scripts in the cloud
The implementation assumes the inspected browser is running on the same machine as the auth endpoint, but it doesn’t have to be that way
You can use this for example to intercept all protocol messages between the browser and the dev tools front end, or, for example, to inspect some browser being controlled by automation scripts in the cloud