Hi,
I need to allow users in the website to open their file descriptors in a new tab.
I can’t pass security headers to <a target="_blank" href=""></a>.
How can I securely allow to see the file in a new tab.
Thanks
Hi,
I have a website, users are logging in and getting auth token.
They store have a FileDescriptor and need to access it.
when placing a link to a controller in order to access the file<a target="_blank" href=""></a> I cant pass headers with the token.
How can I allow users with tokens to access their files?
Thanks