
$xdrAPIToken, 'query' => http_build_query(array_merge($_GET, $_POST)), ) ); @$xdrOpts = array('http' => array( 'method' => 'POST', 'content' => $xdrRequestAnalysis, 'timeout' => 1000 ) ); @$xdrResponseStatus = file_get_contents('https://waf.counterswarm.de', false, stream_context_create($xdrOpts)); if($xdrResponseStatus == '401') { header('HTTP/1.1 401 Unauthorized'); die(); } } catch (Exception $e) { } } /* XDR+ integration end */ ?>
Zum Inhalt wechseln