FileDownload R missing folder in download URL

This line in the <head> of your website prevents the referer header from being sent.

<meta name="referrer" content="no-referrer">

So alternatively you could just change this tag. Maybe to <meta name="referrer" content="same-origin">.

Great! This was my solution!
Thank you!

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.