Home > Article > WeChat Applet > Problems and solutions to WeChat mini programs during network requests
1. The backend of the official account must be configured 2. The domain name must be registered (and it will not take effect until 24 hours after the registration review is passed)
3. If you need https, you can go to WoSign to buy one, or go to a foreign website Apply for a free
4.ssl configuration must be all correct, and attach two detection addresses
(1) https://www.myssl.cn/tools/check-server-cert.html
(2) https://www.qcloud.com/product/ssl.html
6.Official Tip
Bug & Tip
bug: Developer Tools [size=0.85 em] version 0.10.102800, the content-type setting of the header is abnormal;
tip: The HTTPS TLS version of the client is 1.2, but some Android models do not yet support TLS 1.2, so please ensure that the TLS of the HTTPS server The version supports 1.2 and below;
tip: Please note that the value of the method must be uppercase (for example: GET);
tip: There cannot be a port in the url;
Update Please pay attention to the PHP Chinese website for related articles on problems and solutions for multiple WeChat mini programs during network requests!