I am using rack-cors gem with my Rails 4 application so that I can do a JSON based API. All the GET method in my project is working fine, but POST method returns 500 internal server error.I am using rack-cors gem with my Rails 4 applic
I am using rack-cors gem with my Rails 4 application so that I can do a JSON based API. All the GET method in my project is working fine, but POST method returns 500 internal server error.I am using rack-cors gem with my Rails 4 applic