Page 1 of 1

[Solved] Problem with UserLogin (Wapka API) - "WRONG_PASSWORD"

Posted: Wed May 10, 2023 8:28 pm
by francisco
Hello everyone!
I am trying to use the UserLogin method of the Wapka API but I am getting the error "WRONG_PASSWORD" even though I know the password is correct. I have tried using the GET method (via URL):

Code: Select all

https://api.wapka.org/UserLogin?apikey=<apikey>&username=<username>&password=<password>
And also with POST using the code below, but neither works.

Code: Select all

<form action="https://api.wapka.org/UserLogin" method="post">
  <input type="hidden" name="apikey" value="{{VAR(APIKEY)}}">
  <input name="username" type="text" value=""><br>
  <input name="password" type="password" value=""><br>
  <input type="submit" value="Login">
</form>
Any light on what might be wrong here?

Re: Problem with UserLogin (Wapka API) - "WRONG_PASSWORD"

Posted: Sat May 13, 2023 1:57 pm
by Administrator
This problem fixed

Re: Problem with UserLogin (Wapka API) - "WRONG_PASSWORD"

Posted: Sun May 14, 2023 4:57 am
by francisco
Administrator wrote: Sat May 13, 2023 1:57 pm This problem fixed
Thank you very much! It's working now.

Re: [Solved] Problem with UserLogin (Wapka API) - "WRONG_PASSWORD"

Posted: Fri May 26, 2023 7:57 am
by vikkas
Thank you admin