In my Ruby on Rails application I tried to upload an image through the POSTMAN REST client in Base64 format. When I POST the image I am getting a 406 Not Acceptable Resp
In my case, I added:
Content-Type: application/x-www-form-urlencoded
solved my problem completely.