I am trying to get data from an API which uses OAuth authentication. The issue I am facing involves the callback url configuration. The API requires “https” in the callback URL but my Matilion callback URL contains only “http”. Is there any workaround for
If your Matillion instance / URL isn't on a secure server, you can "force it" by simply changing the URL from "http" to "https" in the browser address field. You'll probably have to then declare the URL "unsafe" depending on your browser.
The upshot of that is your callback URL will then begin with "https" and it should function properly with your API. I have done this many times before.