This simply echos the cookies sent with the request and sets a cookie with
some sensible defaults. Use query string params to change the properties
of the cookies, domain defaults to the current domain.
?httpOnly=false&value=whatever, for example.
You can also automatically set the iframe source with the
iframeSrc query string param.
You can have a page automatically redirect to a URL with the
redirect query string param. It will still set the cookie.
| Name | Value |
|---|---|
| currentDate | cookieecho2.econocheck.net-1766062670259 |
{
"secure": true,
"sameSite": "none",
"httpOnly": true,
"name": "currentDate",
"value": "cookieecho2.econocheck.net-1766062670299"
}