Very interesting problem you have.
I cannot reproduce it. I’ve tried a dozen things, and no luck.
That said, the more I look at your response, the more I think it is your browser or Ionic that is getting in the way. I do all my testing as javascript running in node on my Mac Desktop.
I would suggest the following two experiments:
-
Create a javascript file that makes the call suitable for running from node. Just hard code everything. See if that works. My suspicion is that it will. That would prove to me that your Cloud Orchestrator Account, the REST API, and your network are all working.
-
Create a web page (Non Ionic, just a straight up web page) that is empty, except for minimal text to display a result, and a simple Javascript that does your post. Display the results of the post somehow (Heck print it to the console and look at the page in Chrome). If that works, then it proves to me that Ionic is the problem. If that fails, then it is something in your browser.
Those are my best guesses right now.
Otherwise, we could try to do a Zoom session and I can see exactly what you are doing, as you do it. It might give us an idea. Otherwise, I am out of guesses and ideas.
– Michael.