my current front-end page is http, and then I will store userId in localStorage when I log in for the first time. because of program defects, as long as localStorage.setItem ( userId ,55). If you refresh it, you will be able to display 55% of the pri...
in my local environment, the protocol is that the http,thymeleaf template can normally send requests to the backend, but when using https in the production environment, it will throw the following exception with the following error. Excuse me, what is t...
during the period of http, the virtual host of Aliyun Wanwang was used. Now https uses a 2-core 4G-1M-40G (T5) server of Aliyun ECS, and the environment is LNMP . PS: has just tested it for 2 minutes, and the plate picture hasn t been opened yet. Oh, ...
on the Internet, many methods of judging https are stereotyped. mainly judges reference links from $_ SERVER to https: blog.csdn.net river13.https: codeshelper.com q 10.. but now nginx has done reverse proxy $_ SERVER without the following p...
WeChat Mini Programs, the backend changed the interface for uploading pictures. Said to use PUT to upload files. Check Mini Program s document, which says that the API uploads local resources to the developer server and the client initiates a HTTPS POST...
the following is the nginx configuration, and the restart did not report an error, but the 443 interface did not start. Want to know why? -sharpuser nobody; worker_processes 1; -sharperror_log logs error.log; -sharperror_log logs error.log notic...
server { listen 443; server_name www.yozann.com; ssl on; ssl_certificate usr local nginx conf 1_www.yozann.com_bundle.crt; ssl_certificate_key usr local nginx conf 2_www.yozann.com.key; ...
use axios to send https requests. Certificate is a self-issued (Self Sign) error is reported by default: you need to manually open the browser and enter https: ., click Advanced, and then manually confirm "still connect ", that is, the certif...
specific questions found that some people can not open my website https: miaoqiang.name, or open super slowly, or display the text on the page, the css style does not load that. the server is the server of Aliyun Hong Kong, and the certificate i...
< H2 > I want to check the expiration time of the ca certificate in code. The following is my code, which can display the date, but it is not consistent with the actual due date < H2 >. I hope you Daniel can help me to see what the problem is. Than...
http page failed to send https request with ajax. Is there a good solution? ...
after painstaking configuration, https, has been able to visit successfully. ,404 and using http to access, the interface can get the data? Why is that? Please give me some advice! ...
the vue-cli project has been deployed to the formal environment. There is no address of 192.168.0.200 in the project. Access-Control-Allow-Origin has also been set up * , but this problem still occurs ....
deploy web application, nginx is configured to http jump to https. the code of the application layer is not processed (default is http), but mixed content. appears on the visiting page referring to the picture, http--> https is valid (at least par...
< H2 > problem description: < H2 > 1. Why can some https be caught and some https not? 2. How to prevent https from grabbing the bag? < H2 > Picture description: < H2 > ...
there is a site that has just successfully installed a free certificate for Let s Encrypt, and nginx has configured access to https. can now be accessed through both https and http. Some pages can be accessed both ways, but some pages can be accessed...
use openssl to automatically generate keys locally, and access tests show insecure connections. How to solve this problem? configuration file is as follows: server { listen 443; server_name localhost; **ssl on; ...
under the https protocol, the post request is cross-domain, the get request is not cross-domain, and the http protocol is fine. related codes ...
< H1 > problem description < H1 > is currently developing a Django project. If you want to use gunicorn as a http server, and then use nginx as a reverse proxy, you will eventually need to use https. my question is: can I run a statement like gun...
correct configuration of charles mobile phone installation of https certificate ssl agent correct configuration some https agents are normal, but some request agent requests are abnormal as shown in figure ssl proxying settings : excuse me, what may...
for example, print the variable in the response event after a button is submitted. You can use dump, in tp5, but you don t know how to debug in thinkcmf. Thank you ...
after opening the resource file with AssetStudio, the following. how to restore (blhx_1.7.1_1_20180516_103832_d39cd3.apk) ...
in Wechat, after clicking the button on page A to scan, jump to page B, and you will find that both page An and page B exist. There will be multiple pages if you scan it repeatedly, so how to close page An and leave only page B? on Android phones, you...
using the vue project packaged with webpack, the main.js in the dist directory has a large number of base64 characters. what is the cause of this? ...
as shown in figure by the way. How does neovim.qt copy content to the system clipboard? Or paste the contents of the system clipboard ...