-
Notifications
You must be signed in to change notification settings - Fork 25
Public ID
Emre Sokullu edited this page Jun 20, 2018
·
1 revision
if(strtolower($data["public_id"])=="07660876-c7e1-44a4-86c3-754799733ff0") {
error_log("debug 0");
$response->addHeader("Access-Control-Allow-Origin", "http://www.emresokullu.com"); // cors
}
elseif(strtoupper($data["public_id"])!="16D58CF2-FD88-4A49-972B-6F60054BF023") {
error_log("debug 1");
$response->addHeader("Access-Control-Allow-Origin", "http://localhost:8080"); // cors
}
else {
error_log("debug 2");
$response->addHeader("Access-Control-Allow-Origin", "http://docs.graphjs.com"); // cors
}