I have an Apex Code in my Salesforce that has RESTful service (CRUD operations). They Create, Read, Update four fields in a Contacts object.
I want to connect to it from an app made in MIT App Inventor. I am getting the error: Error 1111: The specified request headers are not valid: element1 does not contain two elements.
I am not sure where I am going wrong, here is what I have so far:
