Home  >  Article  >  Web Front-end  >  About the problems caused by using image external links in the website_html/css_WEB-ITnose

About the problems caused by using image external links in the website_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:58:431508browse

I have defined external link images in my website, so when a client visits my website, will these external link images be first downloaded to the server and then sent to the client, or will the client directly go to the external link website? Downloaded it from ?


Reply to the discussion (solution)

Directly downloaded from the external link website by the client

Why bother with this? , download it directly. As long as the user can see it

1. If the customer can directly access the external link, there is no need to process it;
2. If the external link cannot be accessed, you need to download it and then return To the user;
In the second case, you can write a user control, pass the image address as a parameter to the user control, download it, and then return the intranet image to the user;

Thank you all, it has been really helpful recently. I'm busy and don't have time to reply, so I'll end it now. Scores are limited, don’t mind T T

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn