Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for 'UserLoginRequest.php' failed. Response received: {"status":404,"message":"INVALID PARAMS"} #43

Open
Guiz22 opened this issue Jan 27, 2025 · 2 comments

Comments

@Guiz22
Copy link

Guiz22 commented Jan 27, 2025

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, ' ');

@nombz
Copy link

nombz commented Jan 30, 2025

Thanks alot! Works perfectly!

@Guiz22
Copy link
Author

Guiz22 commented Jan 31, 2025

Thanks alot! Works perfectly!

You're welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants