chrome-devtools-protocol icon indicating copy to clipboard operation
chrome-devtools-protocol copied to clipboard

Chrome version 111+ disallows POST method into CDT

Open martinf55 opened this issue 2 years ago • 1 comments

See https://chromium.googlesource.com/chromium/src/+/1b944abea3ffeef729174b6a802d2d805a38ce2c%5E%21/#F1

Since this wrapper uses POST, it stops working, logging the error:

Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: POST http://127.0.0.1:28909/json/new resulted in a 405 Method Not Allowed response: Using unsafe HTTP verb POST to invoke /json/new. This action supports only PUT verb.

martinf55 avatar Feb 07 '23 12:02 martinf55

I have this problem as well, any feedback from the author?

mjauvin avatar Jul 08 '23 23:07 mjauvin