Skip to content

Improve ZnURL parsing of extreme URL #100

@svenvc

Description

@svenvc

The article https://daniel.haxx.se/blog/2022/09/08/http-http-http-http-http-http-http/ discusses the parsing of an extreme URL, namely http://http://http://@http://http://?http://#http:// which should result in the following recognised parts:

  • the scheme http
  • the user name http
  • the password //http://
  • the host http
  • the default port 80
  • the path //http://
  • the query key http://
  • the fragment http://

We could probably improve our current result.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions