In PHP, we can do something like
<?php
header("Location: https://www.example.com/test.exe");
?>
to download a file. However, the URL will be visible in a download manager such as DAP. So is there really a way to hide the download URL altogether?