IT
Leggi tutto — Registrazione delle informazioni di accesso HTTP
Registrazione delle informazioni di accesso HTTP
Per testare l’uso di OpenAPI e verificare che le informazioni di accesso siano corrette Valore del metodo, host e valori POST al momento dell’accesso [PHP] <? $log = $_SERVER[‘REQUEST_METHOD’].’ ‘.$_SERVER[‘HTTP_HOST’].$_SERVER[‘REQUEST_URI’].”nn”; foreach($_SERVER as $k => $v) { if($k==’HTTP_HOST’) continue; if(substr($k, 0,5)!=’HTTP_’)…
