-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
[BUG] Missing Content-Length for PDF behind Cloudflare #125
Comments
Thank you for creating your first issue. We appreciate your help in making this project better. We will look into it, and get back to you soon. Need help or want to discuss this issue? Join our Discord community here to ask questions and discuss this issue live! |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
+1 |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
+1 |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
+1 |
Is there a fix for this issue? |
I'm in a similar situation where the content length is unavailable from my file server. Is there another way to check that the file download is complete apart from the content length here
|
+1 |
fuck cloudflare |
📝 Describe the Bug
PDF behind Cloudflare does not work because Content-Length is not available. Library logs java.io.IOException: Incomplete download.
Cloudflare removes information about
Content-Length
whenAccept-Encoding
havegzip
value.Maybe you can remove
gzip
value from that header?📖 Library Version
The text was updated successfully, but these errors were encountered: