Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 cURL 设置,可以将数据从一台服务器传输到另一台服务器。如何防止人们仅通过浏览 URL 来运行 cURL 代码?有什么方法可以检测调用代码的内容吗?
Why don't you force them to authenticate before the script is executed? There is not really a big difference between securing that, and any secure content on the web.