"Cross domain" journey of back-end engineers

Cross domain is both familiar and unfamiliar to back-end engineers.In the past two months, I participated in the incubation of an educational product as an architect and had an unforgettable cross domain trip.Writing this article, I want to share my experience and thinking in cross domain knowledge, hoping to inspire you. 1. Cross domainThe pro ...

Posted by moret on Tue, 04 Jan 2022 22:39:22 +0100

[Spring MVC series] don't use Filter. Try Spring's own way to deal with CORS cross domain problems

From CORS to Spring MVC Cross origin resource sharing (CORS) is also often translated as cross domain resource sharing. As a W3C standard, it allows browsers to make requests to cross source servers, overcoming the limitation that AJAX can only be used in the same source. CORS requires both browser and server support. When the browser initiat ...

Posted by ziah75 on Thu, 02 Dec 2021 22:52:41 +0100