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
Is your feature request related to a problem? Please describe.
Experienced an issue when trying to resolve the stellar.toml for this EURC issued asset, which when this URL is accessed redirects you to a different url where the toml file is hosted. I understand this might go against the standard set by the stellar foundation, but I feel like you should be able to have a flag that can handle redirects when trying to resolve the domain. If this is not wide issue I understand if this issue is not considered
Describe the solution you'd like
Add a flag to the Resolver.resolve options object to set some number of redirects which can then be passed the axios.get function.
Describe alternatives you've considered
I had to write custom logic on top of the stellar Resolver.resolve function to correctly handle this case.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Experienced an issue when trying to resolve the stellar.toml for this EURC issued asset, which when this URL is accessed redirects you to a different url where the toml file is hosted. I understand this might go against the standard set by the stellar foundation, but I feel like you should be able to have a flag that can handle redirects when trying to resolve the domain. If this is not wide issue I understand if this issue is not considered
Describe the solution you'd like
Add a flag to the Resolver.resolve options object to set some number of redirects which can then be passed the axios.get function.
Describe alternatives you've considered
I had to write custom logic on top of the stellar Resolver.resolve function to correctly handle this case.
The text was updated successfully, but these errors were encountered: