We are trying to move/upload an audio file from Podio to Google Drive. The audio file is stored as a URL to a WAV file on a remote server (that belongs to SmrtPhone).
We’ve got the scenario working, but it cannot download the file from SmrtPhone. Instead, it downloads an text file that contains the code below. It looks to me like SmrtPhone has Cloudflare protecting its servers and CF just isn’t letting Make.com through to download the file.
What are my options?
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Just a moment...</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="robots" content="noindex,nofollow">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="/cdn-cgi/styles/challenges.css" rel="stylesheet">
<meta http-equiv="refresh" content="35">
</head>
<body class="no-js">
<div class="main-wrapper" role="main">
<div class="main-content">
<noscript>
<div id="challenge-error-title">
<div class="h2">
<span class="icon-wrapper">
<div class="heading-icon warning-icon"></div>
</span>
<span id="challenge-error-text">
Enable JavaScript and cookies to continue
</span>
</div>
</div>
</noscript>
<form id="challenge-form" action="PETH_TO_FILE" method="POST" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="md" value="GIBBERISH_HASH">
</form>
</div>
</div>
<script>
(function(){
window._cf_chl_opt={
cvId: '2',
cZone: 'rec.phone.smrt.studio',
cType: 'non-interactive',
cNounce: '63993',
cRay: 'XXX',
cHash: 'XXX',
cUPMDTk: "\/2010-04-01\/Accounts\/XXX\/Recordings\/XXX?__cf_chl_tk=XXX.1.XXX-1689370323-0-gaNycGzNDPs",
cFPWv: 'b',
cTTimeMs: '1000',
cMTimeMs: '60000',
cTplV: 5,
cTplB: 'cf',
cK: "",
cRq: {
ru: 'XXX==',
ra: 'XXX',
rm: 'R0VU',
d: 'XXX',
t: 'XXX=',
cT: Math.floor(Date.now() / 1000),
m: 'XXX//XXX=',
i1: 'XXX==',
i2: 'XXX==',
zh: 'XXX+mpM=',
uh: 'oo7ha3xKsCMmo1ATI5cC7f++XX+XXX+yqNeJbw=',
hh: 'XXX=',
}
};
var cpo = document.createElement('script');
cpo.src = '/cdn-cgi/challenge-platform/h/b/orchestrate/jsch/v1?ray=XXX';
window._cf_chl_opt.cOgUHash = location.hash === '' && location.href.indexOf('#') !== -1 ? '#' : location.hash;
window._cf_chl_opt.cOgUQuery = location.search === '' && location.href.slice(0, location.href.length - window._cf_chl_opt.cOgUHash.length).indexOf('?') !== -1 ? '?' : location.search;
if (window.history && window.history.replaceState) {
var ogU = location.pathname + window._cf_chl_opt.cOgUQuery + window._cf_chl_opt.cOgUHash;
history.replaceState(null, null, "\/\/.1.XXX-1689370323-0-gaNycGzNDPs" + window._cf_chl_opt.cOgUHash);
cpo.onload = function() {
history.replaceState(null, null, ogU);
};
}
document.getElementsByTagName('head')[0].appendChild(cpo);
}());
</script>
</body>
</html>