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
So for any reason (probably rate limiting or something like that), some GET requests to donwload a resource get redirected. The problem with this redirect is, that some frameworks, don't allow auto redirecting from https to http (like in my case .NET Core). For this reason i encountered various problems.
How i solved the problem for now:
I just use http requests for all calls to the API which should not be a huge deal, but it would be alot better to just get redirects to https URLs.
The text was updated successfully, but these errors were encountered:
So for any reason (probably rate limiting or something like that), some GET requests to donwload a resource get redirected. The problem with this redirect is, that some frameworks, don't allow auto redirecting from https to http (like in my case .NET Core). For this reason i encountered various problems.
How i solved the problem for now:
I just use http requests for all calls to the API which should not be a huge deal, but it would be alot better to just get redirects to https URLs.
The text was updated successfully, but these errors were encountered: