I ran into an issue where the .json metadata file is hosted on a server that is not configured correctly to support CORS.
The library fails to get the .json files as the browser prevents the query.
I created a simple CORS proxy on AWS to bypass the issue.
I would like to make a Pull Request to add an option to the Agent to support this.
Hi,
I ran into an issue where the
.json
metadata file is hosted on a server that is not configured correctly to support CORS. The library fails to get the.json
files as the browser prevents the query.I created a simple CORS proxy on AWS to bypass the issue.
I would like to make a Pull Request to add an option to the
Agent
to support this.Is this repository still maintained?
thanks