Skip to content

Service Router ignores URL Encoding #48

@dchoi-viant

Description

@dchoi-viant

https://github.com/viant/toolbox/blob/master/service_router.go#L127

Should most likely change to use either http.Request.Path or http.Request.URL.String() or similar.

Use case is when parameter wants to read reserved character. It is not possible to pass # via URL due to special client handling.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions