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
I am using your library, however when providing my own api url (for mocking purposes), the call that is made is missing the port. I tracked it down to the point at which the code is getting a "signed uri" in the file GoogleSigned.cs line 159. The code rebuilds the url, but does not include the port when doing the rebuilding.
I am using your library, however when providing my own api url (for mocking purposes), the call that is made is missing the port. I tracked it down to the point at which the code is getting a "signed uri" in the file GoogleSigned.cs line 159. The code rebuilds the url, but does not include the port when doing the rebuilding.
return uri.Scheme + "://" + uri.Host + uri.LocalPath + uri.Query + signatureParam;
The text was updated successfully, but these errors were encountered: