问题标签 [groupon]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - PHP - Groupon 商家 CURL 和 CSRF
我正在尝试在 Groupon Merchant 中实现兑换优惠券的方式。
客户服务告诉我没有 API,所以我试图通过 CURL 请求来实现。
我可以提取 CSRF,但是无论我做什么,在发送数据时,我总是收到 403 错误。
如果我发送 CURLOPT_USERAGENT 我也会收到错误 403。
我不知道这是否与为标题发送一系列 cookie 有关。
所以我不知道我是做错了什么还是做不到。
有没有人知道如何做到这一点,目前我只是在尝试登录。
谢谢你!