HTTP Cookie Parser
HTTP Cookie Parser
Tarayıcı tarafından gönderilen Çerez başlıklarını ayrıştırın. Anahtar-değer çiftlerini, URL kodlamasını ve yinelenen adları hızla görüntüleyin.
Ayrıştırma Sonucu
4 Çerez
#1session
Orijinal değer: abc123
Kodu çözülmüş değer: abc123
#2theme
Orijinal değer: dark
Kodu çözülmüş değer: dark
#3locale
Orijinal değer: zh-CN
Kodu çözülmüş değer: zh-CN
#4callback
Orijinal değer: https%3A%2F%2Fgeekformat.com%2Fdone
Kodu çözülmüş değer: https://geekformat.com/done
JSON Önizleme
[
{
"index": 0,
"raw": "session=abc123",
"name": "session",
"value": "abc123",
"decodedValue": "abc123"
},
{
"index": 1,
"raw": "theme=dark",
"name": "theme",
"value": "dark",
"decodedValue": "dark"
},
{
"index": 2,
"raw": "locale=zh-CN",
"name": "locale",
"value": "zh-CN",
"decodedValue": "zh-CN"
},
{
"index": 3,
"raw": "callback=https%3A%2F%2Fgeekformat.com%2Fdone",
"name": "callback",
"value": "https%3A%2F%2Fgeekformat.com%2Fdone",
"decodedValue": "https://geekformat.com/done"
}
]