URL Parser Tester
Summary
URL Parser Tester is an open-source web tool that compares multiple URL parsers across languages by parsing the same URLs and showing output differences. It uses WebAssembly and Web Workers to run parsers in the browser, covering Go net/url, Node.js legacy, Python urllib/Requests, libcurl, Rust url, whatwg-url, and more. The page provides detailed methodology and examples to highlight cross-language inconsistencies in URL parsing.