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

前端 未结 4 535
北荒
北荒 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:24

    Kindly enable your http2 in curl package of your php.

    Also see the phpinfo() if you have already enabled the http2 support for curl or not.

    After that just set your CURLOPT_HTTP_VERSION curl option with 3

提交回复
热议问题