toolbox icon indicating copy to clipboard operation
toolbox copied to clipboard

Service Router ignores URL Encoding

Open dchoi-viant opened this issue 2 years ago • 0 comments

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.

dchoi-viant avatar Mar 11 '23 01:03 dchoi-viant