douhui9192 2019-08-11 12:31
浏览 57

检查是否在PHP中设置变量以分割代码

I have a PHP file that can be directly accessed in Browser and it also recieves notifications from Stripe payment gateway. The file starts with:

<?php

error_reporting(E_ERROR | E_PARSE);

require_once('../stripe/init.php');

\Stripe\Stripe::setApiKey("XXXXXXXXXXXXXXXXXXX");

$body = @file_get_contents('php://input');
$event_json = json_decode($body);

if(empty($event_json))
    exit();

$event_id = $event_json->id;
$event = \Stripe\Event::retrieve($event_id);

//So on......

?>

How do I check if execution is from browser or Stripe?

Like Should I check empty $event_json or $event_id ?

I want to write code as:

if(check_if_executed_from_Stripe)
   do_this
else
   do_that
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 keil的map文件中Image component sizes各项意思
    • ¥30 BC260Y用MQTT向阿里云发布主题消息一直错误
    • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
    • ¥15 划分vlan后,链路不通了?
    • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
    • ¥15 Vue3 大型图片数据拖动排序
    • ¥15 Centos / PETGEM
    • ¥15 划分vlan后不通了
    • ¥20 用雷电模拟器安装百达屋apk一直闪退
    • ¥15 算能科技20240506咨询(拒绝大模型回答)