Hello people !
I use HFS to host JPG and PDF files, a (not so) recent change in ios13 made it impossible to view a PDF file inside a webviewer. Installed of showing the PDF, it will try to download it. The user is asked to download the file. It works, the file get downloaded.
I use Filemaker Go and it relies on the Safari engine in it webviewer. So now a simple URL
http://www.myserver.com:80/folder1/folder2/file.pdf that was working before, no longer works. The URL in Safari will ask me to download, in Filemaker, the webviewer is not and I DON'T want the user to be able to download the file (contract archive).
Abode just releases a new API to view a PDF, it works perfectly. The only problem, it’s not working with HFS.
In my log, I see the request for the file, but it never gets download and I have an error in the API preview, can't view preview.
demo of the API
https://www.adobe.io/document-services/apis/pdf-embedProblem with HSF configuration ? The API that is not working with HFS ?
So that we're clear, the URL is not protected with a log in, if I enter this URL
http://www.myserver.com:80/folder1/folder2/file.pdf in Chrome, the PDF file gets downloaded.
Thanks