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
When using the wrapper the user must create a class that implements IApiUri.
If the Uri ends in a trailing slash i.e. http://api.7digital.com/1.2/ the request url is generated with a double slash which can cause problems with OAuth endpoints because the signature calculations take the request url into account. The resulting error is misleading.
I suggest that the wrapper should be able to handle an ApiUri with or without a trailing slash.
The text was updated successfully, but these errors were encountered:
When using the wrapper the user must create a class that implements IApiUri.
If the Uri ends in a trailing slash i.e. http://api.7digital.com/1.2/ the request url is generated with a double slash which can cause problems with OAuth endpoints because the signature calculations take the request url into account. The resulting error is misleading.
I suggest that the wrapper should be able to handle an ApiUri with or without a trailing slash.
The text was updated successfully, but these errors were encountered: