Home  >  Article  >  WeChat Applet  >  Problems and solutions to WeChat mini programs during network requests

Problems and solutions to WeChat mini programs during network requests

高洛峰
高洛峰Original
2017-02-28 11:55:022301browse

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!


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