Re: URL query syntax

2023-10-02 Thread Petr Pisar
V Mon, Oct 02, 2023 at 10:54:54AM +0100, Bachir Bendrissou napsal(a):
> Hi,
> 
> Are there any query strings that are invalid and should be rejected by the
> Wget parser?
> 
> Wget seems to accept all sorts of strings in the query segment. For example:
> 
> 
> 
> *"https://example.com/?a=ba=a "*
> The URL is accepted with no errors reported, despite missing a delimiter.
> 
> Is this correct?
> 
> Thank you,
> Bachir

Please do not cross post. The very same question on curl-list
 already got an
answer.

-- Petr


signature.asc
Description: PGP signature


URL query syntax

2023-10-02 Thread Bachir Bendrissou
Hi,

Are there any query strings that are invalid and should be rejected by the
Wget parser?

Wget seems to accept all sorts of strings in the query segment. For example:



*"https://example.com/?a=ba=a "*
The URL is accepted with no errors reported, despite missing a delimiter.

Is this correct?

Thank you,
Bachir