Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing port when using self-provided url #153

Open
mmeliska opened this issue Jun 11, 2019 · 0 comments
Open

Missing port when using self-provided url #153

mmeliska opened this issue Jun 11, 2019 · 0 comments

Comments

@mmeliska
Copy link

mmeliska commented Jun 11, 2019

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant