Category: HTML
-
Post Views: 16 1. After the upload of the picture is successful, the GET request:https://console.xxx.cn/upload/20210319/20210385015127.png, the response 500. The root cause is that the domain name of the image after the upload is successful is not:https://console.xxx.cn, but:https://web.xxx.cn. as shown in Figure 1 2. Open the Initiator tab, view the request call stack, and execute the GET request on line 516…
-
Post Views: 18 1. Change the maximum width of the website of the WordPress theme: 1680 px, as shown in Figure 1 2. Check the thumbnail image of the home page, its original size is: 720 * 340 px, which has now been enlarged to: 1020 * 360 px, which has become not clear enough, as shown in Figure 2…
-
Post Views: 12 1. Click the link in the web page frame and report an error: Uncaught DomException: blocked a frame with origin “https://cmcp.cmc.tianyirm.cn” from accessing a cross-origin frame. at todetail (https://cmcp.cmc.tianyirm.cn/sub-sites:253:19),如图1 2. Click at Todetail (http://cmcp.cmc.tianyirm.cn/sub-sites:253:19)View, as shown in Figure 2 3. Carefully analyze the reasons. The same-origin policy prevents the script from accessing the content of the website…