Eloquent-JavaScript
Eloquent-JavaScript copied to clipboard
Chapter 20 : use of legacy url.parse is discouraged
url.parse() method is discouraged as it uses a non-standard algorithm that can introduce security issues such as host name spoofing and incorrect handling of usernames and passwords. We are encouraged to rather use WHATWG URL API.