Is there a list of URL schemes?
Asked Answered
R

1

10

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://

Ramberg answered 16/2, 2017 at 12:42 Comment(0)
M
14

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

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

Manos answered 17/2, 2017 at 4:4 Comment(1)
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.Parmesan

© 2022 - 2024 — McMap. All rights reserved.