Sorry for my bad English.
I'm German.
I have a small problem with a sockeopen. Here's my code. I hope you can help. Thanks in advance.
on *:sockopen:fb: {
if ($sockerr) { echo -st $+(14,$sock($sockname).addr) konnte nicht gescheckt werden :( | return }
sockwrite -n $sockname GET $sock($sockname).mark HTTP/1.0
sockwrite -n $sockname HOST: $sock($sockname).addr
sockwrite -n $sockname User-Agent: $me
sockwrite -n $sockname Content-Length: 769
sockwrite -n $sockname Connection: close
sockwrite -n $sockname $crlf
}
on *:sockread:fb: {
if ($sockerr) { echo -st $+(14,$sock($sockname).addr) konnte nicht gescheckt werden :( | return }
else {
tokenize 32 $sock($sockname).mark
var %temp | sockread %temp
if (%temp != $null) {
echo -a %temp
}
}
}
on *:sockclose:fb:{ sockclose fb }
alias test { sockclose fb | sockopen -e fb www.kicker.de 443 | sockmark fb /bundesliga/spieltag/ }
The server's response is as follows:
HTTP/1.1 403 Forbidden
Server: CloudFront
Date: Sun, 01 Mar 2026 20:26:11 GMT
Content-Type: text/html
Content-Length: 915
Connection: close
X-Cache: Error from cloudfront
Via: 1.1 9ef1b108656dc6d0707b168b862883dc.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: 1pl4VLVPWj1QTbu4HzG0Pqr3yhHPgnSsyDgw8ZJ2W5sEih49_EO_fA==
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>ERROR: The request could not be satisfied</TITLE>
</HEAD><BODY>
<H1>403 ERROR</H1>
<H2>The request could not be satisfied.</H2>
<HR noshade size="1px">
Bad request.
We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
<BR clear="all">
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
<BR clear="all">
<HR noshade size="1px">
<PRE>
Generated by cloudfront (CloudFront)
Request ID: 1pl4VLVPWj1QTbu4HzG0Pqr3yhHPgnSsyDgw8ZJ2W5sEih49_EO_fA==
</PRE>
<ADDRESS>
</ADDRESS>