提问人:JustMe 提问时间:4/9/2020 更新时间:4/9/2020 访问量:207
如何重定向 asp.net 以从外部服务器下载文件
How to redirect asp.net to download file from external server
问:
我想从android应用程序发送http请求,以便与托管外部服务器的mp3文件进行响应 我在服务器端使用此代码进行检查
Response.Redirect("https://externalserver-100.mp3");
现在,我没有得到从客户端获取文件数据
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="https://externalserver-100.mp3">here</a>.</h2>
</body></html>
有没有办法直接获取mp3文件。多谢
答: 暂无答案
评论