Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome version 111+ disallows POST method into CDT #43

Open
martinf55 opened this issue Feb 7, 2023 · 1 comment
Open

Chrome version 111+ disallows POST method into CDT #43

martinf55 opened this issue Feb 7, 2023 · 1 comment

Comments

@martinf55
Copy link

martinf55 commented Feb 7, 2023

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.

@mjauvin
Copy link

mjauvin commented Jul 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants