L LvOnce 工具集

CODEC · URL

URL 解析

使用浏览器原生 URL 解析器拆出全部字段,Query 参数表格化展示,一键去除敏感信息。

URL
scheme
https
username
user
password
••••
host
www.example.com
port
8443
pathname
/api/v1/users
search
?id=42&q=hello%20world&tags=a&tags=b
hash
#section-2
origin
https://www.example.com:8443

Query 参数

解码值原始
id4242
qhello worldhello%20world
tagsaa
tagsbb

使用浏览器原生 URL 解析器,与服务端可能有细微差异。