8

Is there a list of (all, non-custom) URL schemes?

I thought that I just needed to search on google to find tons of answers, but it's probably wrong my (naive) question.

If so, I will settle the (usual) most important: file://, ftp://, http://, https://, mailto:, news:, telnet://

Juri
  • 311
  • 4
  • 12

1 Answers1

12

https://www.iana.org/assignments/uri-schemes (XML, XHTML, CSV, plain text)

It lists all registered (per RFC 7595) URI schemes.

Community
  • 1
  • 1
unor
  • 92,415
  • 26
  • 211
  • 360
  • the files are not helpful really since they do not clearly specify the format. they merely define name of a template and the template itself is defined in plain text file. – grzegorz_p Nov 22 '17 at 09:45