rahul2104 / reactjs-pdf-reader

PDF Reader in browser for React js
MIT License
24 stars 11 forks source link

Doesn't load http URL's. #4

Closed oluwadareseyi closed 4 years ago

oluwadareseyi commented 4 years ago

Hello,

I tried implementing the reader in my react app with a cloudinary and even other URLs like this:

<MobilePDFReader url="https://res.cloudinary.com/demo/image/upload/single_page_pdf.pdf" />

But the page doesn't load anything.

How can I fix this? Regards.

casulit commented 4 years ago

Check CORS policy.