Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem that Wechat domain name is blocked?

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains "how to solve the problem of Wechat domain name being blocked". The content in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought. Let's study and learn "how to solve Wechat domain name blocked"!

Related technical code

$url = "http://api.monkeyapi.com"; $params = array ('appkey' = >' appkey',// the APPKEY 'url' = >' website that www.monkeyapi.com',// needs to query); $paramstring = http_build_query ($params); $content = monkeyCurl ($url, $paramstring); $result = json_decode ($content, true); if ($result) {var_dump ($result) } else {/ / request exception} / * the content returned by the request API * @ param string $url [requested URL address] * @ param string $params [requested parameters] * @ param int $ipost [in POST form] * @ return string*/ function monkeyCurl ($url, $params = false, $ispost = 0) {$httpInfo = array (); $ch = curl_init () Curl_setopt ($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1); curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, 60); curl_setopt ($ch, CURLOPT_TIMEOUT, 60); curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt ($ch, CURLOPT_FOLLOWLOCATION, true); if ($ispost) {curl_setopt ($ch, CURLOPT_POST, true); curl_setopt ($ch, CURLOPT_POSTFIELDS, $params) Curl_setopt ($ch, CURLOPT_URL, $url);} else {if ($params) {curl_setopt ($ch, CURLOPT_URL, $url.'?'.$params);} else {curl_setopt ($ch, CURLOPT_URL, $url);}} $response = curl_exec ($ch) If ($response = = FALSE) {/ / echo "cURL Error:". Curl_error ($ch); return false;} $httpCode = curl_getinfo ($ch, CURLINFO_HTTP_CODE); $httpInfo = array_merge ($httpInfo, curl_getinfo ($ch)); curl_close ($ch); return $response;}-if you don't understand: 3396103977 or V: mkapi005123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293

Domain name blocking factor

Domain names are blocked or blocked by social software is a common situation in the promotion process, so what are the main reasons why domain names are blocked on Wechat.

1. If the customer is in a mood, he will maliciously complain to Tencent.

2. The website has sensitive words or illegal content, such as phishing, false, illegal, pornographic, exaggerating curative effect and other sensitive words. Web spiders will submit these words to the server for comparison and screening. Those who meet the conditions blocked by Wechat will add your domain name to the blacklist.

3, malicious report, now the network competition is fierce, once reported, the website joins the blacklist will block.

A universal scheme

So how should we prevent the domain name from being blocked? Here are some common methods.

1. Server

The server is what many people are doing at present, and many friends who do anti-blocking have the same experience, such as resolving their domain names to the servers on the anti-blocking platform. It is very strange that the probability of being blocked has indeed been greatly reduced. There are many anti-sealing platforms operated in this form, the first thing to do is the micro-shield, which a group of people did, but now micro-shield is no longer done. This technique is called reverse proxy, but it doesn't last.

2. Domain name

Domain name is also a key issue. Many customers like to buy a registered domain name, thinking that it can prevent it from being blocked and that it is already very high-end, but in fact, it is often not a pressure-resistant domain name. Let's put it this way, the domain name you don't put on the record may not last for a short time. This is a strong analysis of various measures of domain names, one of which is first of all to test whether the modified domain name and the record qualification have been registered for N domain names, which is one of the testing standards. the internal price of a real compressive domain name is about 500. people who don't know about it will usually spend about 1000 to buy it, which is a very expensive consumption, so customers who do reverse proxy anti-blocking above do not provide domain names. Because it is the high-end type of the pressure-resistant domain name.

3. Code

The platforms on the market do not use code encryption for protection, but they often use a load image, but the load image is just as easy to detect by Wechat, and there is even a second seal. There is hardly any anti-blocking platform that is really encrypted through code, because it is troublesome to implement. Although there is no anti-blocking platform to do, but some websites have been done or even done very well, are some of their own private websites, I also through the code capture package and analysis of their website out of a special encryption method.

4. Report

Anyway, reporting is a very hurtful thing, because peer competition is very normal, this area to prevent reporting has even been developed Wechat report button through the underlying technology to crack so that the other party can not report. But I heard that the effect is not good, but also inexplicably blocked. So the most simple and rude way to avoid reporting is to jump, so now the prevention of reporting is in the form of encryption + jump, so the probability of being reported is almost very small.

5. Testing tools

Domain name detection tools that do Wechat testing usually provide some anti-blocking, but the effect of anti-blocking is actually very simple. The process is to check whether it is blocked by the detection tool, and if so, to find an unblocked access. So the technology they adopt is detection tool + reverse proxy technology, which is also the mainstream technology in the market at present.

A universal way of implementation

Ljkmhm4p.png

Configuration program, with three sets of domain names A, B, C, for example, the shared domain name is A, in which An is called the primary domain name.

Click to jump to B, and check whether B is blocked before the jump. The B in this is called the landing domain name. Usually, dozens or even hundreds of landing domain names need to be prepared, and the blocked automatic switching can be easily realized by using the domain name detection interface.

What is the purpose of C? Wechat changed the sharing rules after April 25. Sharing domain names through JSSDK must be official account backend bound domain names. You can't share whatever domain names you want to share as before.

The C domain name is specially used for sharing. After the sharing condition is triggered under the B domain name, it jumps to the C domain name. After the custom sharing is out, the C domain name jumps back to A from the program setting.

So A-> B-> C-> A cycle jumps

Professional anti-sealing technology

After my research, I will add a firewall to the domain name, so that Wechat can not grab the domain name and ip, so as to achieve the anti-blocking effect. This way can be said to be most of the anti-sealing platform on the market can not break through the technology.

Thank you for your reading. the above is the content of "how to solve the blocked domain name of Wechat". After the study of this article, I believe you have a deeper understanding of how to solve the problem of blocked domain name of Wechat. The specific use also needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

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.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report