This is exaclty what we need, but I have no idea how or where to apply this. Any help is appreciated :)
Hi Cory,
Should be a matter of making the call in the OnBeforeRequestAdvanced callback of the REST API.
If you install the the component in your environment you should be able to check out a sample in the IA_REST_Client module that is installed as part of the component.
Pedro
Hi there, we just tried this and it works great with hard-coded userid/password. We noticed that the IA_Rest_Client example uses session variables to pass in, however, we have a mobile app and that's not an option. How do we pass in the userid/password from our login screen?