All posts
release

Dev Proxy v2.3.2 with fixed Chrome DevTools inspection

· Waldek Mastykarz, Garry Trinder · 2 min read

We’ve just released Dev Proxy v2.3.2 - a patch release that fixes Chrome DevTools inspection broken on Chromium 146+.

In this version:

  • Fixed DevToolsPlugin WebSocket connection failing on Chromium 146+ (Chrome and Edge)

Fixed Chrome DevTools inspection

If you use the DevToolsPlugin to inspect intercepted requests in Chrome DevTools, you may have noticed that the WebSocket connection stopped working after updating Chrome or Edge to version 146 or later. DevTools would open but fail to connect, leaving you unable to inspect requests:

Chrome DevTools WebSocket connection error

The issue? Starting with Chromium 146, the browser resolves localhost differently for WebSocket connections. Dev Proxy’s internal WebSocket server was binding to localhost, which no longer worked reliably with the updated Chromium network stack.

What changed:

We updated the WebSocket server and the DevTools inspector URL to use the IPv4 loopback address (127.0.0.1) instead of localhost. This small but important change restores full compatibility with Chromium 146+ while continuing to work with older browser versions.

Thanks to @AndresAFaes for reporting the issue and contributing the fix, and to @MarcusKohnert for bringing it to our attention!

Dev Proxy Toolkit

Dev Proxy Toolkit is an extension that makes it easier to work with Dev Proxy from within Visual Studio Code. Alongside the new release of Dev Proxy, we’ve also released a new version of the toolkit, v1.20.0.

In this version, we’ve:

  • Updated all JSON snippets to use v2.3.2 schemas

Checkout out the changelog for more information on changes and bug fixes.

Why upgrade to v2.3.2?

Working DevTools inspection - Chrome and Edge DevTools connect reliably again on Chromium 146+

Try it now

Download Dev Proxy v2.3.2 today and build better API-connected applications with confidence!

Got feedback or ideas? Join us and be part of the conversation.