Unexpected HTTP/1.x request: POST /3/device/XXXX

前端 未结 4 620
北荒
北荒 2021-01-12 05:05

Hi i am sending IOS push notifications using apns and curl in php and getting this error message.

I also define \'CURL_HTTP_VERSION_2_0\' but still getting this erro

4条回答
  •  粉色の甜心
    2021-01-12 05:21

    I was using an older version of PHP where phpinfo() showed that HTTP2 wasn't enabled for the curl library. Upgrading PHP to a more recent version fixed this issue for me.

提交回复
热议问题