#Guys I do have a problem

1 messages · Page 1 of 1 (latest)

hidden haven
#

What are you using as file system ?
Url parameters are always public anyway, anyone openning the chrome networks tab will be able to see it.

#

You need to either use signed url (but I don't know how to make them work with next/image or rules allowing only your domain or IP for example.

#

Many system provide different scheme of access to private media, I think you can also make a system around cookies or request headers to authorize content access.

hard mauve
#

I have no idea about the backend. Don't know the file system. Using nextjs's api routes (nodejs), is there a way to get the image from the url and route it back to front-end?