-
Notifications
You must be signed in to change notification settings - Fork 921
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
Z_DATA_ERROR #243
Comments
Hum, it looks like that site supports br encoding, and node-unblocker does not; that might be the source of the issue. |
ok, is there a way to fix that? (thanks for the fast reply) |
Yeah, I just tested it out, and it's a CSS file that's claiming to be gzip encoded, but my suspicion is that it actually isn't, I think it's brotili (br) with an incorrect header. It looks like node.js now has built-in broti support, so it shouldn't be too much trouble to add to the proxy. |
do you have an example code piece, I'm very new to this package, and don't know how ti add broti to the proxy. |
So, I played with brotili a bit and it doesn't seem to solve the problem.
|
I also noticed that some of the redirects the server sends out use http, which causes them to be refused by the browser, but that's an unrelated bug. |
Hey, I tried the npm package, and receave now this error:
My node Version: 18.18.2
I tried this out with nodemon and without nodemon.
The text was updated successfully, but these errors were encountered: