When saving the pdf with the options forceProxy in true it redirects to the proxyURL you especified.
I want to avoid that and just call it like a request to my back-end server, there I process the pdf recieved by the request and I upload it.
It's there anyway to avoid the redirect of the url and still doing the request with the data of the file while using pdfSave?