Change "HEAD" to "GET" in listner.php https://github.com/privet-fun/phpbb_ail ... r.php#L197IP address is where my site server is located, and it's a HEAD command, not a GET command...
Code:
... $context = null; if (!empty($headers)) { $context = stream_context_create( array( 'http' => array( 'method' => "GET", // ""HEAD", 'header' => implode("\r\n", $headers) ) ) ); }...
If this works I'll probably make it default behavior, HEAD vs GET does not really save much here but will avoid issues like yours.
Statistics: Posted by privet.fun — Thu Mar 14, 2024 12:12 am