Is it possible to get the status of a http request within the DOMO connector IDE without XMLHttpReq?
I am trying to handle various http errors in my custom connector and was wondering how to do that as XMLHttpRequest isnt supported. I need to status code values for my get requests. Thank you.