Sign in
webkit
/
WebKit
/
0f9dda3eb5e8bee1224032800f3b156cd5ce812d
/
.
/
LayoutTests
/
http
/
tests
/
cookies
/
resources
/
cookie-with-multiple-level-path.py
blob: 1231ad6e475bd7a749340263a32b5e73b4e64699 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
os
import
sys
sys
.
stdout
.
write
(
'Content-Type: text/html\r\n\r\n{}'
.
format
(
os
.
environ
.
get
(
'HTTP_COOKIE'
,
''
)))