on my webspace I start a jQuery get command to a file on my own cloud, like:
$.get("https://mycloud.de/file.php", function(response) {}
This works fine. But I would like to disallow the following:
- open directly the file with the url
- curl command to this file
Access to this file should be only possible from my webspace mydomain.de and via $.post / $.get