You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am trying to make authentication using my angularjs package,now its sending data to my server side app where i am using oauth-4-laravel package,contineously i am receiving this error.
{"error":{"type":"OAuth\Common\Http\Exception\TokenResponseException","message":"Automatically populating
$HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set
'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead.","file"
:"/var/www/html/oAuthTest/lrvl/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/StreamClient
.php","line":73}}
Ho can i solve this issue
The text was updated successfully, but these errors were encountered:
i am trying to make authentication using my angularjs package,now its sending data to my server side app where i am using oauth-4-laravel package,contineously i am receiving this error.
{"error":{"type":"OAuth\Common\Http\Exception\TokenResponseException","message":"Automatically populating
$HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set
'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead.","file"
:"/var/www/html/oAuthTest/lrvl/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/StreamClient
.php","line":73}}
Ho can i solve this issue
The text was updated successfully, but these errors were encountered: