-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels