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

Handle problems or report system bug
Post Reply
User avatar
francisco
Posts: 58
Joined: Tue Mar 07, 2023 1:48 pm
Location: Brazil
Contact:

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

Post 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?
Last edited by francisco on Sun May 14, 2023 4:57 am, edited 1 time in total.
😴
Administrator
Site Admin
Posts: 33
Joined: Tue Mar 07, 2023 7:56 am

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

Post by Administrator »

This problem fixed
User avatar
francisco
Posts: 58
Joined: Tue Mar 07, 2023 1:48 pm
Location: Brazil
Contact:

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

Post by francisco »

Administrator wrote: Sat May 13, 2023 1:57 pm This problem fixed
Thank you very much! It's working now.
😴
vikkas
Posts: 62
Joined: Sun May 07, 2023 9:28 am

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

Post by vikkas »

Thank you admin
Post Reply