0

is it possible to have virtual link that linked to remote host with authentication and content of my virtual folder being dynamically ?

for example , if there is file on other host :

http://user:pass@link.com/file.text

is it possible to have this link in my host

http://mydomain.com/file.text

all files are dynamically , and if possible not copy them in my host , jut virtual link.

4

1 に答える 1

1

リダイレクトを使用できます。リモートホストの URL を非表示にする場合は、Server.Transfer を使用します。

于 2012-10-14T08:21:47.530 に答える