I am facing one issue. I am accessing third party image into our site but it gives me 403 error. But I am able to access it if I am hitting that image url directly on browser.
Please provide what the reason behind it
I am facing one issue. I am accessing third party image into our site but it gives me 403 error. But I am able to access it if I am hitting that image url directly on browser.
Please provide what the reason behind it
This image is not available for hotlinking. Service does checking of referrer and doesn't allow to embed image inside another sites. You can try to use proxying for that reason with short server-side script.
Please, refer to this thread, if you're using PHP.