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
The header authentication is down in GW2 api, so we should have implemented a work around in case this happens or submit on every request the token also as a request GET param in RequestBuilder.cs using the connection authentication token
as shown in GW2 API Documentation access_token query parameter: ?access_token=[api key]
The header authentication is down in GW2 api, so we should have implemented a work around in case this happens or submit on every request the token also as a request GET param in RequestBuilder.cs using the connection authentication token
as shown in GW2 API Documentation
access_token query parameter: ?access_token=[api key]
File to Alter
This should fix it #145
The text was updated successfully, but these errors were encountered: