Re: [naviserver-devel] ns_parseurl: small problem

2022-01-18 Thread Gustaf Neumann
Dear Wolfgang, ns_parseurl is intended to parse a compete URL, including scheme, authority (host, port), path, query and fragment foo://example.com:8042/over/there?name=ferret#nose \_/ \__/\_/ \_/ \__/ | ||

[naviserver-devel] ns_parseurl: small problem

2022-01-13 Thread Wolfgang Winkler via naviserver-devel
Hello all! We encountered a small problem with ns_parseurl: When parsing ns_parseurl "/test/index?url=http://www.test.at"; everything works fine. With ns_parseurl "index?url=http://www.test.com"; We get "Could not parse URL "index?url=https://www.test.com": invalid scheme" * ns_parseurl