How to fetch remote PDF from a url and send to the client with Express js?
I would like to fetch a pdf from a URL and send it to the client in an Express (JS) application via a REST endpoint. However, most resources are focused on sending a PDF file located on the local file system.