chrome PDF viewer can't download file
问题 Here is my situation, I got a server running a PDF generator, when I make a request with some params, it will give me back a PDF file, the PDF is not stored in the server it's generated during the runtime. Everything goes fine, I can get the PDF open in chrome's PDF viewer, but if want to download the file, an error occurred, like the image shows. Because Chrome go to the origin URL to request the file, but the file is not a static resource on the server. I don't know if anybody has run into