Skip to content

Missing port when using self-provided url #153

@mmeliska

Description

@mmeliska

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions