Hi
I am creating a rss feed reader web application using flutter web. This app makes calls to public rss feeds provided by different providers.
I am using Http get to make a call and it throws XMLHttpRequest error.
I am unable to get any response. Could you kindly let me know how to resolve this error and get the response?
Note: When tested the same on mobile, it works fine and provides the response.
Thanks