buchstabensuppe
Active Member
Hi,
to whom it may concern: currently the the-west.net server does send empty answers with a 200 status.
i tried to open a ticket, but "Login is currently unavailable. Please try again later.".
possibly relevant debugging information:
Content size is 0, status is 200.
Regards, Uwe
to whom it may concern: currently the the-west.net server does send empty answers with a 200 status.
i tried to open a ticket, but "Login is currently unavailable. Please try again later.".
possibly relevant debugging information:
JavaScript:
"request": {
"method": "GET",
"url": "https://www.the-west.net/",
"httpVersion": "h3",
[headers left out]
"queryString": [],
"cookies": [],
"headersSize": -1,
"bodySize": 0
},
"response": {
"status": 200,
"statusText": "",
"httpVersion": "h3",
"headers": [
{
"name": "alt-svc",
"value": "h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"
},
{
"name": "cache-control",
"value": "no-cache, must-revalidate, no-transform"
},
{
"name": "content-encoding",
"value": "gzip"
},
{
"name": "content-type",
"value": "text/html; charset=UTF-8"
},
{
"name": "date",
"value": "Sun, 26 Jan 2025 07:57:43 GMT"
},
{
"name": "expires",
"value": "Sat, 01 Jan 2000 00:00:00 GMT"
},
{
"name": "pragma",
"value": "no-cache"
},
{
"name": "server",
"value": "nginx"
},
{
"name": "vary",
"value": "Accept-Encoding"
},
{
"name": "x-said",
"value": "520615"
}
],
"cookies": [],
"content": {
"size": 0,
"mimeType": "text/html"
},
"redirectURL": "",
"headersSize": -1,
"bodySize": -1,
"_transferSize": 265,
"_error": null,
"_fetchedViaServiceWorker": false
},
"serverIPAddress": "[2a00:1f78:fffd:1::d448:bf3f]",
"startedDateTime": "2025-01-26T07:57:43.402Z",
Regards, Uwe