irfansofttech
8 years agoHelper
HI can't create user using lithium post request 500 error.
I am following this link. I can successfully make get requests following other tutorials. But when I made a post request like given in the link, I get a 500 error. Here are my example params with headers and url (correct but now shared here)
{:first_name=>"zeeshan", :last_name=>"khan", :login=>"zeeshan", :email=>"zeeshan.khan@softtechgroup.us", :password=>"zeeshan.khan@softtechgroup.us", :type=>"user"}
Please let me know whats wrong with the request. and if possible, Can I play around with request, like there is a playground or something for testing?