Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 5, 2021 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/81f5f816fd7387b7c7361cbbced2c370 to your computer and use it in GitHub Desktop.
Save parzibyte/81f5f816fd7387b7c7361cbbced2c370 to your computer and use it in GitHub Desktop.
<?php
if(isset($_SERVER["HTTP_X_CLAVE_API"])){
$encabezado = $_SERVER["HTTP_X_CLAVE_API"];
echo "Encabezado presente";
}else{
echo "Encabezado no presente";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment