Forum Discussion
_anomDiebolt_
9 years agoQrew Elite
The answer is very simple, the Azure API URL simply does not know what to do with the rdr parameter because it is not part of their API scheme so it ignores it.
$AzureAPI & "&rdr=" & URLEncode($Processed) & URLEncode("&rdr=" & URLEncode($RefreshRecord))
You can gain complete control of what happens after you make AJAX calls by doing everything in script rather than the formula language.
$AzureAPI & "&rdr=" & URLEncode($Processed) & URLEncode("&rdr=" & URLEncode($RefreshRecord))
You can gain complete control of what happens after you make AJAX calls by doing everything in script rather than the formula language.