I have an img on my website which is used as the profile picture of the user. It is embedded as <img src=”${Hotlink}”. The user can specify an URL and that is used as his profile picture.
So that’s basically client sided, the user makes an HTTP Request to the endpoint to fetch the image.
Does the endpoint of the URL get the IP of the user?
Do I have to worry about data protection of the user?
2