知识库

创建日期
修改日期

文章 187

URL that contains "@" in password

RFC 1738 requires unsafe characters in URLs to be percent-encoded.

For example:

user: myuser
password: h@t
host: myhost

ftp://myuser:h%40t@myhost

References

What do you think about this topic? Send feedback!