-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
PDF Viewer fails with GET parameters in url #22
Comments
@MarZab Hi, there. Thanks for reporting this. Would you mind providing a valid link again that reproduces the issue? Since the link you provided is not accessible. |
@MarZab Thank you! The link does reproduce the issue, and I can confirm that this issue is related to PDFView's implementation side in Electron. I'll see if I can propose a PR to fix this. Good catch, though. |
Great job! Looks like I misjudged the source of that bug :) |
electron/electron#10008 has been merged and this issue will be closed once the next release of Lulumi comes out. |
Looks like the new electon built in pdf viewer works great but there is a issue with loading pdf's with GET parameters.
Looking at the dev tools I can see the URL of the pdf gets cut off at the first
&
.for https://domain.com/printPDF.php?CID=23323&PID=12412
<embed id="plugin" type="application/x-google-chrome-pdf" src="https://domain.com/printPDF.php?CID=23323" stream-url="blob:chrome://pdf-viewer/524829d4-578d-4bcf-866d-fe608bd4fac8" .. snip .. >
The text was updated successfully, but these errors were encountered: