problem description
A problem encountered in projects today is that multiple projects (portal/oa/partform) are run in a tomcat, and then load data from the interfaces of these projects. First, call portal/index to enter the page, and then call the interface under portal/oa/partfrom to request data (ajax- > get), which returns 200 under the portal interface, and the others return 302;
).
this happens only when the page is loaded for the first time (when the browser clears the cache), and there is no problem with refreshing the page when the page is loaded (when the browser has a cache).