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
From 2025-01-22.
Got this error message : Request for 'UserLoginRequest.php' failed. Response received: {"status":404,"message":"INVALID PARAMS"}
Issue solved by adding User-Agent string to the request (nedded for now by api)
Adding this in $ch definition in sendRequest function definition :
curl_setopt($ch, CURLOPT_USERAGENT, ' ');
The text was updated successfully, but these errors were encountered:
From 2025-01-22.
Got this error message :
Request for 'UserLoginRequest.php' failed. Response received: {"status":404,"message":"INVALID PARAMS"}
Issue solved by adding User-Agent string to the request (nedded for now by api)
Adding this in $ch definition in sendRequest function definition :
curl_setopt($ch, CURLOPT_USERAGENT, ' ');
The text was updated successfully, but these errors were encountered: