In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article shows you how to use nginx in php to achieve a hotlink protection function, the content is concise and easy to understand, it will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.
Description: server A: source server, server B: target server
Scenario: an article from server An is crawled by server B through a crawler, but the picture link is accessed through server B.
At this point, a large number of pictures or too large files will cause bandwidth consumption to server A
Idea: add hotlink protection
Solution: handle it through hotlink protection
1. Judge by Referer [do not recommend referer for forgery, only raise the access threshold]
Install the nginx module ngx_http_referer_module for configuration to achieve the effect
two。 Verify through sgin (signature) [recommended signature algorithm verification is difficult to crack]
Install nginx module accesskey module
# enable accesskey accesskey on # set encryption mode md5 and sha-1 choose one of the two accesskey_hashmethod md5 | you can define accesskey_arg "sgin" by setting encryption parameters in sha-1;#; # set encryption algorithm according to the blogger's algorithm should be like this md5 (check_sign. Client IP) accesskey_signature "check_sign$remote_addr"; # restart nginx when you are done
Next, encrypt in php. If you authenticate without an encryption parameter, it will return 403.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.