How can I get this call from an action code:
https://www.postman.com/cs-demo/public-soap-apis/request/g7lkg0j/list-of-countries-by-name
When i try it from action code (below) I get the error on Chrome console when i use Test Mode:
Mixed Content: The page at 'https://app.flutterflow.io/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso'. This request has been blocked; the content must be served over HTTPS.
I don't want to use API Calls. I want to use it from action code.