LNURL icon indicating copy to clipboard operation
LNURL copied to clipboard

Extracting uri from identifier doesn't work well for onion and port

Open jbojcic1 opened this issue 1 year ago • 0 comments

By looking at the code of ExtractUriFromInternetIdentifier method I noticed that you want to support port within identifier too. However that doesn't seem to work well if domain is onion. See the example here

So for value [email protected]:4000 the URI ends up being HTTP.

jbojcic1 avatar Aug 26 '23 08:08 jbojcic1