What is the correct JSON content type?

I’ve been messing around with JSON for some time, just pushing it out as text and it hasn’t hurt anybody (that I know of), but I’d like to start doing things properly. I have seen so many purported “standards” for the JSON content type: application/json application/x-javascript text/javascript text/x-javascript text/x-json But which one is correct, or … Read more

MultipartException: Current request is not a multipart request

When you are using Postman for multipart request then don’t specify a custom Content-Type in Header. So your Header tab in Postman should be empty. Postman will determine form-data boundary. In Body tab of Postman you should select form-data and select file type. You can find related discussion at https://github.com/postmanlabs/postman-app-support/issues/576