Problem: The web app we've deployed to localhost on our virtual server cannot make a Rest call. It returned with status code -1 but returns no status code text.
Question: Has anyone encountered a RestClient status code of -1 with no status code text returned with it?
Note: It works just fine when running the app from the PowerBuilder IDE.
This one has me stumped. Mostly because RestClient.GetResponseStatusText() is returned empty when it makes a call to the third party api I'm using. However when I click the run window button in the powerbuilder IDE it works just fine.
Thank you for any advice, tips, or suggestions you may have.