You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @imransilvake, I can't view the screenshot link that you posted, but from what I've understood from your comment, seems like your image tags are missing the "crossorgin" attribute which will enable image tags to fetch data from third party server. Setting "crossorigin" attribute to "anonymous" can help fix the problem, it did at-least in my case. Hope this help.
I want to add headers to the API that fetches the Image.
I upload an image with the POST API request and got the URL back. I want to pass headers to the
image url
in order to make it work. How can I do that?example:
The text was updated successfully, but these errors were encountered: