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

Does it work in Chrome 86? #8

Closed
sergej-s opened this issue Oct 16, 2020 · 5 comments
Closed

Does it work in Chrome 86? #8

sergej-s opened this issue Oct 16, 2020 · 5 comments

Comments

@sergej-s
Copy link

sergej-s commented Oct 16, 2020

I can say that your extension is quite awesome!
Unfortunately it gets stuck in Chrome 86. Is this correct or Im doing something wrong?
It just blocks request and nothing happens.

In v85 it works like a charm.

@vladlavrik
Copy link
Owner

Thanks for the feedback)
I checked and it works for me.

Please provide more information.

  • Are there any other extensions? If there is, is there a problem if you turn them off?
  • What actions and what filter is specified in the rules used?
  • In the context of which domain is it used (or is there a dependency on the domain and protocol)?

If it possible, you can record a small video demo of the problem, it helps a lot.

@sergej-s
Copy link
Author

sergej-s commented Oct 20, 2020

@vladlavrik thanks for reply!

  • no extensions, clean chrome v86.
  • xhrrequest with json payload
  • ...
    here is the video.
    It was working in chrome v85 with the same parms.

PS. plz set fullhd in the video or download it if quality isn't good.

@vladlavrik
Copy link
Owner

@sergej-s thanks for the detailed information.
I found the cause of the problem, in this update. With this update, Chrome started accepting base64 encoded request body instead of plain text as it was before.
Unfortunately, it did it in silence. The API used is still not stable, therefore, such problems appear periodically.
I will fix this problem shortly.
For now, as a temporary solution, you can use the base64 encoded value.

@sergej-s
Copy link
Author

sergej-s commented Oct 20, 2020

Many thanks! it works with base64 values, huh we can continue using your magnificent tool! 🚀

@vladlavrik
Copy link
Owner

Today the extension has been updated in the web store to version 0.2.2, where this problem has been fixed.

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