Skip to content Skip to sidebar Skip to footer

Jersey Http Response 200 Ok But Returning Content Wrong (username/password Incorrect)

I was wondering if I wrote the Jersey client side code in the correct way. The log-in page is supposed to redirect to main page after correct username and password input, with serv

Solution 1:

Use login instead of username for the post data.


Post a Comment for "Jersey Http Response 200 Ok But Returning Content Wrong (username/password Incorrect)"