迹忆客 EN >

所有文章

Ajax cross-domain cookie related settings

发布时间:2025/03/18 作者:JIYIK 分类:NETWORK

Ajax cross-domain cookie related settings

In web programming, we often encounter cross-domain issues. By default, browsers do not allow cross-domain access. Therefore, there is a concept here: CORS (Cross-Origin Resource Sharing). Before the HTML5 standard came out, CORS was not al...

查看全文

PHP+ajax to achieve cross-domain single sign-on

发布时间:2025/03/16 作者:JIYIK 分类:NETWORK

PHP+ajax to achieve cross-domain single sign-on

We have previously introduced the principle of cross-domain single sign-on in "Detailed explanation of the implementation methods of three situations of SSO single sign-on" . Here we will introduce how to implement single sign-on using PHP...

查看全文

IE's Ajax cross-domain issue

发布时间:2025/03/16 作者:JIYIK 分类:NETWORK

Ajax is widely used in web systems, but cross-domain issues are often encountered in web systems. By default, browsers prohibit Ajax cross-domain access. The IE browser has particularly strict restrictions. For browsers such as Firefox, Goo...

查看全文

How to redirect a website from HTTP to HTTPS

发布时间:2025/03/16 作者:JIYIK 分类:NETWORK

How to redirect a website from HTTP to HTTPS

HTTPS is a protocol for secure communication over computer networks and is widely used on the Internet. More and more website owners are migrating from HTTP to HTTPS, mainly due to the following 5 reasons: Google announced that websites usi...

查看全文

10 Ways to Fix NET::ERR_CERT_DATE_INVALID Error

发布时间:2025/03/16 作者:JIYIK 分类:NETWORK

10 Ways to Fix NET::ERR_CERT_DATE_INVALID Error

Having an SSL certificate gives people more peace of mind when using your website. When the NET::ERR_CERT_DATE_INVALID error indicates a problem with the certificate, it blocks visitors from accessing your website until the problem is fixed...

查看全文

How to Clear the Cache on All Major Browsers

发布时间:2025/03/16 作者:JIYIK 分类:NETWORK

How to Clear the Cache on All Major Browsers

Does anyone keep telling you to “clear your browser cache”? This is important diagnostic information when you’re having problems with a website, such as a 304 error. But what does clearing your browser cache actually mean, and how do...

查看全文

Detailed introduction to Let's Encrypt

发布时间:2025/03/16 作者:JIYIK 分类:NETWORK

Detailed introduction to Let's Encrypt

Let's Encrypt is a free, automated, and open certificate authority that officially launched in April 2016. It was originally founded in 2012 by two Mozilla employees. Their goal for founding Let's Encrypt was really simple; to encrypt the e...

查看全文

HTTP2 Tutorial - The Past and Present of HTTP2

发布时间:2025/03/16 作者:JIYIK 分类:NETWORK

HTTP2 Tutorial - The Past and Present of HTTP2

HTTP was originally proposed by Timberners-Lee, a pioneer of the World Wide Web, who designed the application protocol with simplicity in mind to perform advanced data communication functions between web servers and clients. The first docum...

查看全文

HTTP2 Tutorial - The shortcomings of HTTP1.1

发布时间:2025/03/16 作者:JIYIK 分类:NETWORK

HTTP2 Tutorial - The shortcomings of HTTP1.1

HTTP 1.1 is limited to handling only one outstanding request per TCP connection, forcing browsers to use multiple TCP connections to handle multiple requests simultaneously. However, using too many TCP connections in parallel can cause TCP...

查看全文

HTTP2 Tutorial - HTTP2 Functional Upgrade

发布时间:2025/03/16 作者:JIYIK 分类:NETWORK

HTTP2 Tutorial - HTTP2 Functional Upgrade

Before we officially introduce the functions of HTTP/2, let's take a detour to understand the past and present of HTTP/2 . Multiplexing Streams The bidirectional sequence of text-formatted frames sent via the HTTP/2 protocol exchanged betwe...

查看全文

扫一扫阅读全部技术教程

社交账号
  • https://www.github.com/onmpw
  • qq:1244347461

热门文章

热门标签

扫码一下
查看教程更方便