Tag: https
-
Post Views: 21 1. Receive an email from Google Search Console: the new reason causes the websitehttp://www.shuijingwanwq.com/Web pages on the page cannot be indexed. as shown in Figure 1 2. Open the index preparation report, there are 863 web pages that are not indexed. The reason is that there are 793 web pages that the webpage will automatically redirect. Decided…
-
Post Views: 26 1. The website interface is messed up, open the developer tool – network – all. Then refresh the web page and view the network request. The status of the found style file is: (shield: mixed-content). as shown in Figure 1 2. However, the URL of the CSS file with the status: (blocked:mixed-content) will be opened in a…
-
Post Views: 15 1. Now you need to take the URI format data from a one-dimensional array. The print result of a one-dimensional array, as shown in Figure 1 2. The implementation is as follows based on the filter_var code, and the printing result is as follows, which does not meet the expectations, which exists: internal://policy_pages/29 3. Obtain the scheme…
-
Post Views: 17 1. Request in Altairhttps://object.local/graphql, Response: “Http Failure Response forhttps://object.local/graphql:0 unknown error”. As shown in Figure 1 2. It needs to be opened in the browser:https://object.local, and then find that the Chrome browser is safely intercepted, after selecting trust, request againhttps://object.local/graphql, the response 200. as shown in Figure 2
-
Post Views: 13 1. Request an HTTPS URL in OpenResty and report an error: Unable to get local issuer certificate. as shown in Figure 1 2. Reference URL:https://github.com/ledgetech/lua-resty-http/issues/68. client:request_uri(url, { ssl_verify = False, }). 3. Edit the request client code, add ssl_verify = False when initiated a request in lua-resty-http. as shown in Figure 2 4. Request an HTTPS URL…