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.
我需要从我的网站隐藏对另一个域的引用。基本上,如果有人从我的网站上要求一些文件,如下所示:
http://www.mydomain.com/file/12345
它应该去亚马逊 s3,得到它并回馈。怎么可能做到这一点?
您可以使用请求模块充当外部文件的代理。