Method, system, and browser realizing cross-domain request login
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- TENCENT TECH (SHENZHEN) CO LTD
- Publication Date
- 2015-03-18
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to the field of Internet technologies, in particular to a method, system and browser for realizing cross-domain request login based on nginx (an access server). Background technique
[0002] When accessing a web page through a browser, it usually involves cross-domain request access. Among them, the cross-domain request refers to the resources in one domain name site to access the resources on another different domain name site. Cross-domain request access can distribute requests to different servers, reducing the pressure on a single server to improve response speed; in addition, different business logic can be distributed to different servers to reduce load.
[0003] At present, the cross-domain request methods for implementing single sign-on with authentication state mainly include JSONP cross-domain request, iframe-embedded page request method in the second domain, and server-side relay request method.
[0004] Among them, J...