nickolasdeluca / UrlParser

Node.js like URL constructor for Delphi.
MIT License
14 stars 2 forks source link

UserName:Password #2

Closed HemulGM closed 1 year ago

HemulGM commented 1 year ago

look this sample: http://username:password@example.com/page1

nickolasdeluca commented 1 year ago

I'll take a look into it.

nickolasdeluca commented 1 year ago

Just to provide some context, in which situation would you use this URL?

HemulGM commented 1 year ago

Old basic auth. example https://www.tutorialspoint.com/http-basic-authentication-url-with-in-password

nickolasdeluca commented 1 year ago

You can update your source file to get the new changes, you can now parse username, password and port if needed.