M
Michael Jacobs
Guest
Getting Postman to work was a bit of a challenge. I turned off all of the auto generated headers. I made sure it was not doing any authentication. No URL parameters were defined. I turned off all of the automatic redirects. I selected the body style: x-www-form-urlencoded I sent the html form fields j_username & j_password ( 'keys' in the UI) I configured the headers: accept:text/html,application/json Try this in your Postman and check that you do not get the "User '' not found" log entry.
Continue reading...
Continue reading...