I'm currently attempting to retrieve an image from Instagram. Everything seems to be in order with the image link on Instagram.
However, when I try to use it within an img tag, it fails to fetch. One thing worth noting is that this particular image does not have a .jpg or .png format associated with it.
Link to Photo: click here
When I attempt to use it in HTML:
How can I accurately obtain the URL or retrieve the image without any specific file format such as .jpg or .png? Any guidance would be greatly appreciated.