The addition of REST service consumption to AwareIM is a huge addition to a fantastic package. We have extended our AwareIM Apps with data from numerous REST services. Thank you Vladimir.
Some of the REST services we have used with AIM return addrional information via the http response codes (aka status codes). Like the examples below :
200 OK Success
201 Created Resource was created
304 Not Modified There was no new data to return.
400 Bad Request The request was invalid. An accompanying error message will explain why.
401 Unauthorized Authentication credentials were missing or incorrect.
402 Payment required The request is not available in your current price plan.
403 Forbidden The request is understood, but it has been refused.
Is there a way to capture the http response code returned in an AwareIM REST exchange?