You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...$oMerger = PDFMerger::init();
$oMerger->addPDF($path1, 'all');
$oMerger->addPDF($path2, 'all');
//for local successreturn$oMerger->download();
I got this error from dev tabconsole Mixed Content: The site at 'https://domain.com' was loaded over a secure connection, but the file at 'https://domain.com/print' was redirected through an insecure connection. This file should be served over HTTPS. This download has been blocked. See https://blog.chromium.org/2020/02/protecting-users-from-insecure.html for more details.
Please give any solution. Thanks.
The text was updated successfully, but these errors were encountered:
my code:
I got this error from dev tab
console
Mixed Content: The site at 'https://domain.com' was loaded over a secure connection, but the file at 'https://domain.com/print' was redirected through an insecure connection. This file should be served over HTTPS. This download has been blocked. See https://blog.chromium.org/2020/02/protecting-users-from-insecure.html for more details.
Please give any solution. Thanks.
The text was updated successfully, but these errors were encountered: