[go-nuts] Re: URL parsing with special characters.

2020-05-01 Thread Vivek
l?q=http%3A%2F%2Fuser%3Apass%40192.168.0.1%2Fpath%2Ffile%25ver3.txt&sa=D&sntz=1&usg=AFQjCNEltB9IG70yypPesqDd8Ib-f9lxFw>" and later tried to parse the url with url.Parse function somewhere else in the code which failed. I am now calling url.Escape on the file names before appending. Re

[go-nuts] URL parsing with special characters.

2020-04-30 Thread Vivek
yq <https://play.golang.org/p/oJLwCJ4BUd0> The same path parses fine with python(urllib.parse.urlparse and C# URI). I appreciate any help on this. Regards, Vivek -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe