CN109936575B - Page access method, device, storage medium and processor - Google Patents

Page access method, device, storage medium and processor Download PDF

Info

Publication number
CN109936575B
CN109936575B CN201910173221.1A CN201910173221A CN109936575B CN 109936575 B CN109936575 B CN 109936575B CN 201910173221 A CN201910173221 A CN 201910173221A CN 109936575 B CN109936575 B CN 109936575B
Authority
CN
China
Prior art keywords
routing address
access request
page
dynamic
access
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910173221.1A
Other languages
Chinese (zh)
Other versions
CN109936575A (en
Inventor
王昕辰
胡锴
谢涛
刘浩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Mixislink Technology Co ltd
Original Assignee
Beijing Mixislink Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Mixislink Technology Co ltd filed Critical Beijing Mixislink Technology Co ltd
Priority to CN201910173221.1A priority Critical patent/CN109936575B/en
Publication of CN109936575A publication Critical patent/CN109936575A/en
Application granted granted Critical
Publication of CN109936575B publication Critical patent/CN109936575B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Storage Device Security (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a page access method, a page access device, a storage medium and a processor. Wherein, the method comprises the following steps: acquiring an access request; determining a routing address corresponding to the access request, wherein the routing address comprises: a base routing address and a dynamic routing address; loading a page corresponding to the dynamic routing address under the condition that the routing address corresponding to the access request is the dynamic routing address, and verifying whether the access request has the authority of accessing the dynamic routing address in the process of loading the page; and displaying the page corresponding to the dynamic routing address under the condition that the access request has the authority of accessing the dynamic routing address. The invention solves the technical problem of poor verification effect of the page access authority.

Description

Page access method, device, storage medium and processor
Technical Field
The invention relates to the field of computers, in particular to a page access method, a page access device, a storage medium and a processor.
Background
A single-page Web application (SPA for short) is a special Web application. It confines all activities to one Web page, and only loads the corresponding HTML, JavaScript, and CSS when the Web page is initialized. Once the page loading is completed, the SPA does not perform page reloading or jumping due to the operation of the user. Instead, JavaScript is used to dynamically transform the HTML content to enable UI interaction with the user. Because the reloading of the page is avoided, the SPA can provide smoother user experience.
The route refers to different contents displayed under a Web page, wherein the route comprises the following steps: basic routing for displaying pages with fixed portions and dynamic routing for displaying pages with switchable portions.
The configuration of a route (Router) in the traditional SPA needs to be configured well when a page is initialized, and the user page authority cannot be limited according to the user role. The general practice is that the backend interface judges whether the user has the interface authority, and if not, the backend interface jumps back to the login page. When the page is initialized, loading all routers causes that a user firstly enters a routing page corresponding to the url, then the user requests a background interface to find that no authority exists, and then the background interface returns to a login page, so that the page flickers, and the page is very unfriendly to user interaction. For a static page without an interface request, whether a user has a page authority cannot be judged.
However, in the conventional SPA, when a user logs in or inputs a dynamic routing network address, the user enters a page first, and then sends an authentication request to a backend, if the authentication is passed, the user can continue to view the page, and if the authentication is not passed, the user jumps to the login page, and at this time, the biggest problem is that the user without permission can see the page needing authentication within a certain time.
Aiming at the problem of poor verification effect of the page access authority, no effective solution is provided at present.
Disclosure of Invention
The embodiment of the invention provides a page access method, a page access device, a storage medium and a processor, which are used for at least solving the technical problem of poor verification effect of page access authority.
According to an aspect of an embodiment of the present invention, there is provided a page access method, including: acquiring an access request; determining a routing address corresponding to the access request, wherein the routing address comprises: a base routing address and a dynamic routing address; under the condition that the routing address corresponding to the access request is a dynamic routing address, verifying whether the access request has the authority of accessing the dynamic routing address; and loading the page corresponding to the dynamic routing address under the condition that the access request has the authority of accessing the dynamic routing address.
Further, determining the routing address corresponding to the access request includes: verifying whether a login token exists in the access request; determining a routing address corresponding to the access request as the basic routing address under the condition that the login token does not exist in the access request; and determining that the routing address corresponding to the access request is the dynamic routing address under the condition that the login token exists in the access request.
Further, verifying whether the access request has permission to access the dynamic routing address comprises: verifying whether the login token in the access request is valid; determining that the access request has permission to access the dynamic routing address if the login token is valid; and loading a page corresponding to the basic routing address under the condition that the login token is invalid.
Further, loading the page corresponding to the dynamic routing address includes: verifying whether the dynamic routing address exists in a preset dynamic loading routing list or not; loading a page corresponding to the dynamic routing address under the condition that the dynamic routing address exists in the preset dynamic loading routing list; and loading the page corresponding to the basic routing address under the condition that the dynamic routing address does not exist in the preset dynamic loading routing list.
Further, the basic routing address is a routing address without permission requirement; the dynamic routing address is a routing address with authority requirements.
According to another aspect of the embodiments of the present invention, there is also provided a page access apparatus, including: an acquisition unit configured to acquire an access request; a determining unit, configured to determine a routing address corresponding to the access request, where the routing address includes: a base routing address and a dynamic routing address; the verification unit is used for verifying whether the access request has the authority of accessing the dynamic routing address under the condition that the routing address corresponding to the access request is the dynamic routing address; and the loading unit is used for loading the page corresponding to the dynamic routing address under the condition that the access request has the authority of accessing the dynamic routing address.
Further, the determining unit includes: the first verification module is used for verifying whether a login token exists in the access request; a first determining module, configured to determine, when the login token does not exist in the access request, that a routing address corresponding to the access request is the basic routing address; a second determining module, configured to determine, when the login token exists in the access request, that a routing address corresponding to the access request is the dynamic routing address.
Further, the authentication unit includes: the second verification module is used for verifying whether the login token in the access request is valid; a third determining module, configured to determine that the access request has the right to access the dynamic routing address when the login token is valid; and the fourth determining module is used for loading the page corresponding to the basic routing address under the condition that the login token is invalid.
According to another aspect of the embodiments of the present invention, there is also provided a storage medium, where the storage medium includes a stored program, and when the program runs, the device on which the storage medium is located is controlled to execute the above-mentioned page access method.
According to another aspect of the embodiment of the present invention, there is also provided a processor, where the processor is configured to execute a program, where the program executes the above page access method.
In the embodiment of the invention, in the process of accessing the page, the access request sent by the user can be obtained, the routing address corresponding to the access request is determined, if the routing address corresponding to the access request is the dynamic routing address, whether the access request has the authority to access the page corresponding to the dynamic routing address or not needs to be verified, and if the access request has the authority to access the dynamic routing address, the page corresponding to the dynamic routing address is loaded, so that the purpose of accessing the page corresponding to the dynamic routing address is achieved, the technical effect of verifying the authority of the access request, determining the dynamic loading address corresponding to the access request and loading the page corresponding to the dynamic routing address is achieved, and the technical problem of poor verification effect of the page access authority is solved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is a flow chart of a method of page access according to an embodiment of the invention;
FIG. 2 is a schematic illustration of a page access according to an embodiment of the invention;
fig. 3 is a schematic diagram of a page access device according to an embodiment of the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
In accordance with an embodiment of the present invention, there is provided a page access method embodiment, it is noted that the steps illustrated in the flowchart of the figure may be performed in a computer system such as a set of computer executable instructions, and that while a logical order is illustrated in the flowchart, in some cases the steps illustrated or described may be performed in an order different than here.
Fig. 1 is a flowchart of a page access method according to an embodiment of the present invention, as shown in fig. 1, the method includes the following steps:
step S102, obtaining an access request;
step S104, determining a routing address corresponding to the access request, wherein the routing address comprises: a base routing address and a dynamic routing address;
step S106, under the condition that the routing address corresponding to the access request is the dynamic routing address, whether the access request has the authority of accessing the dynamic routing address is verified;
and step S108, loading the page corresponding to the dynamic routing address under the condition that the access request has the authority of accessing the dynamic routing address.
Through the steps, in the process of accessing the page, the access request sent by the user can be obtained, the routing address corresponding to the access request is determined, if the routing address corresponding to the access request is the dynamic routing address, whether the access request has the authority of accessing the page corresponding to the dynamic routing address or not needs to be verified, and if the access request has the authority of accessing the dynamic routing address, the page corresponding to the dynamic routing address is loaded, so that the purpose of accessing the page corresponding to the dynamic routing address is achieved, the technical effect of verifying the authority of the access request, determining the dynamic loading address corresponding to the access request and loading the page corresponding to the dynamic routing address is achieved, and the technical problem of poor verification effect of the page access authority is solved.
Optionally, after determining the routing address corresponding to the access request, the method further includes: and loading the page corresponding to the basic routing address under the condition that the routing address corresponding to the access request is the basic routing address.
Optionally, the basic routing address may be a landing page, or a routing address corresponding to a registration page.
As an alternative embodiment, the basic routing address is a routing address without permission requirement; the dynamic routing address is a routing address with authority requirements.
In the above embodiment of the present invention, the basic routing address is an address that can be accessed by any user, that is, the basic routing address is a routing address without permission requirement, and the dynamic routing address is a routing address with permission requirement, so that access requests with different access permissions can be respectively processed through the basic routing address and the dynamic routing address.
It should be noted that the access request is a request for a user to access a page corresponding to the basic routing address, or a request for accessing a page corresponding to the dynamic routing address. Under the condition that the access request is used for accessing the page corresponding to the basic routing address, the access request can carry the basic routing address; when the access request is used for accessing a page corresponding to the dynamic routing address (for example, a user logs in through a login page or inputs the dynamic routing address), the access request may carry the dynamic routing address and a login token.
It should be noted that the login token may be a login token (such as an authentication code) granted by the back end of the page to a certain browser (or page) at the front end, so that when the front end of the page obtains an access request, the authentication token sends the authentication request to the back end of the page to verify whether the user has the right to access the dynamic routing address, and thus, the user is prevented from jumping over the authentication process to check the page corresponding to the dynamic routing address in a short time.
As an alternative embodiment, determining the routing address corresponding to the access request includes: verifying whether a login token exists in the access request; determining a routing address corresponding to the access request as a basic routing address under the condition that the login token does not exist in the access request; and under the condition that the login token exists in the access request, determining that the routing address corresponding to the access request is a dynamic routing address.
In the above embodiment of the present invention, whether a login token exists in the access request is verified, and when the login token does not exist in the access request, the routing address corresponding to the access request is determined as the basic routing address, and the page corresponding to the basic routing address is loaded; and under the condition that the login token exists in the access request, determining that the routing address corresponding to the access request is a dynamic routing address, and loading a page corresponding to the dynamic routing address.
Optionally, the login token has a time requirement, and the access request carrying the login token can access the page corresponding to the dynamic routing address within a predetermined time (e.g. within half an hour).
As an alternative embodiment, verifying whether the access request has the right to access the dynamic routing address comprises: verifying whether the login token in the access request is valid; determining that the access request has the authority to access the dynamic routing address under the condition that the login token is valid; and loading a page corresponding to the basic routing address under the condition that the login token is invalid.
In the above embodiment of the present invention, whether the login token in the access request is valid is verified through dynamic routing verification, and under the condition that the login token is valid, it is determined that the access request has the right to access the dynamic routing address, and a page corresponding to the dynamic routing address is loaded; loading a page corresponding to the basic routing address under the condition that the login token is invalid
As an alternative embodiment, loading the page corresponding to the dynamic routing address includes: verifying whether a dynamic routing address exists in a preset dynamic loading routing list or not; loading a page corresponding to the dynamic routing address under the condition that the dynamic routing address exists in the preset dynamic loading routing list; and loading the page corresponding to the basic routing address under the condition that the dynamic routing address does not exist in the preset dynamic loading routing list.
In the above embodiment of the present invention, in the process of loading the page corresponding to the dynamic routing address, it may be verified whether the dynamic routing address exists in the predetermined dynamic loading routing list, and in the case that the dynamic routing address exists in the predetermined dynamic loading routing list, the page corresponding to the dynamic routing address is loaded; and loading the page corresponding to the basic routing address under the condition that the dynamic routing address does not exist in the preset dynamic loading routing list.
It should be noted that the predetermined dynamically loaded routing list may be a predetermined routing table capable of automatically establishing a routing path, and may be adjusted in time according to the change of the actual situation.
The present invention also provides a preferred embodiment which provides a front-end design method to help SPA (single page web application) to solve complex user rights management.
Fig. 2 is a schematic diagram of a page access according to an embodiment of the present invention, as shown in fig. 2, including the following steps:
step S201, entering the system, and acquiring an access request.
Step S202, loading the basic routing address without the authority.
It should be noted that, in the process of first accessing the page, the user may load the basic routing address first, and access the login page or the registration page.
Step S203, judging whether the routing address corresponding to the access request is a basic routing address; if so, go to step S204, otherwise go to step S205.
And step S204, entering the basic routing address, and logging in a login page corresponding to the basic routing address.
Step S205, dynamically loading the corresponding route according to the role.
Step S206, enter the routing page.
Step S207, verifying whether the token exists in the access request, and if the token exists in the access request, executing step S208; otherwise, step S209 is performed.
Step S208, verifying whether the token is valid, and if so, executing step S210; otherwise, step S209 is performed.
And step S209, entering a login page corresponding to the basic routing address.
Step S210, dynamically loading the corresponding route according to the role.
Step S211, verifying whether a dynamic routing address exists in the predetermined dynamic loading routing list, if yes, executing step S209; otherwise, step S212 is executed.
Step S212, enter the routing page.
Optionally, when the user enters the SPA system, the base routing address is loaded first, and it is first determined whether the user enters the SPA system as the base routing address.
Optionally, the base route is a route that does not require permission verification, and the page corresponding to the base route address is a route address that does not require permission verification, such as a login page and a register page.
Optionally, if the user accesses the basic route, the user directly enters the basic route address, and the user enters the main system by dynamically loading the route with the corresponding authority of the role through the role after logging in.
Optionally, if the first entry is not the basic routing address, determining whether there is a token in the access request of the user, and if there is no token, returning to the login page. And if the token exists, verifying whether the token is valid through a backend interface. And if the token fails, directly returning to a login page, and if the token is verified to be effective, acquiring the role and loading the dynamic routing address responded by the role. And if the route which is firstly entered by the user is in the dynamic loading route list, entering a route page, and if not, returning to a login page.
According to the technical scheme provided by the invention, a basic routing address is set, and the basic routing address is a page which does not need to be displayed in a permission mode; the page does not need to judge the user authority problem, and after login, the back-end port judges the user authority.
Alternatively, user routing permissions may be controlled by dynamic routing addresses.
Optionally, the token can be used for judging the login state of the user; and logging in the back end api to the token, storing the token by the front end, and accessing the token needing to be logged in. And judging whether a token exists in the front-end route, and if not, transferring to a login page.
In addition, the front end has error processing of asynchronous interactive api, for example, the back end error code is an error of what token has expired, the front end clears the previous token and transfers to a landing page.
According to still another embodiment of the present invention, there is also provided a storage medium including a stored program, wherein the program executes to perform the page access method of any one of the above.
According to another embodiment of the present invention, there is also provided a processor, configured to execute a program, where the program executes to perform any one of the above page access methods.
According to an embodiment of the present invention, an embodiment of a page access apparatus is further provided, and it should be noted that the page access apparatus may be configured to execute a page access method in the embodiment of the present invention, and the page access method in the embodiment of the present invention may be executed in the page access apparatus.
Fig. 3 is a schematic diagram of a page access apparatus according to an embodiment of the present invention, and as shown in fig. 3, the apparatus may include:
an acquisition unit 31 configured to acquire an access request; a determining unit 33, configured to determine a routing address corresponding to the access request, where the routing address includes: a base routing address and a dynamic routing address; the verification unit 35 is configured to verify whether the access request has an authority to access the dynamic routing address when the routing address corresponding to the access request is the dynamic routing address; and the loading unit 37 is configured to load a page corresponding to the dynamic routing address when the access request has a right to access the dynamic routing address.
It should be noted that the obtaining unit 31 in this embodiment may be configured to execute step S102 in this embodiment, the determining unit 33 in this embodiment may be configured to execute step S104 in this embodiment, the verifying unit 35 in this embodiment may be configured to execute step S106 in this embodiment, and the loading unit 37 in this embodiment may be configured to execute step S108 in this embodiment. The modules are the same as the corresponding steps in the realized examples and application scenarios, but are not limited to the disclosure of the above embodiments.
In the embodiment of the invention, in the process of accessing the page, the access request sent by the user can be obtained, the routing address corresponding to the access request is determined, if the routing address corresponding to the access request is the dynamic routing address, whether the access request has the authority to access the page corresponding to the dynamic routing address or not needs to be verified, and if the access request has the authority to access the dynamic routing address, the page corresponding to the dynamic routing address is loaded, so that the purpose of accessing the page corresponding to the dynamic routing address is achieved, the technical effect of verifying the authority of the access request, determining the dynamic loading address corresponding to the access request and loading the page corresponding to the dynamic routing address is achieved, and the technical problem of poor verification effect of the page access authority is solved.
As an alternative embodiment, the determining unit includes: the first verification module is used for verifying whether a login token exists in the access request; the first determining module is used for determining a routing address corresponding to the access request as a basic routing address under the condition that the login token does not exist in the access request; and the second determining module is used for determining that the routing address corresponding to the access request is the dynamic routing address under the condition that the login token exists in the access request.
As an alternative embodiment, the verification unit comprises: the second verification module is used for verifying whether the login token in the access request is valid; the third determining module is used for determining that the access request has the authority of accessing the dynamic routing address under the condition that the login token is valid; and the fourth determining module is used for loading the page corresponding to the basic routing address under the condition that the login token is invalid.
As an alternative embodiment, the loading unit includes: the third verification module is used for verifying whether a dynamic routing address exists in a preset dynamic loading routing list or not; the first loading module is used for loading the page corresponding to the dynamic routing address under the condition that the dynamic routing address exists in the preset dynamic loading routing list; and the second loading module is used for loading the page corresponding to the basic routing address under the condition that the dynamic routing address does not exist in the preset dynamic loading routing list.
As an alternative embodiment, the basic routing address is a routing address without permission requirement; the dynamic routing address is a routing address with authority requirements.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
In the above embodiments of the present invention, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed technology can be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units may be a logical division, and in actual implementation, there may be another division, for example, multiple units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, units or modules, and may be in an electrical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, and other various media capable of storing program codes.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (8)

1. A method for page access, comprising:
acquiring an access request;
determining a routing address corresponding to the access request, wherein the routing address comprises: a base routing address and a dynamic routing address;
under the condition that the routing address corresponding to the access request is a dynamic routing address, verifying whether the access request has the authority of accessing the dynamic routing address;
loading a page corresponding to the dynamic routing address under the condition that the access request has the authority of accessing the dynamic routing address;
wherein determining the routing address corresponding to the access request comprises:
verifying whether a login token exists in the access request;
determining a routing address corresponding to the access request as the basic routing address under the condition that the login token does not exist in the access request;
and determining that the routing address corresponding to the access request is the dynamic routing address under the condition that the login token exists in the access request.
2. The method of claim 1, wherein verifying whether the access request has permission to access the dynamic routing address comprises:
verifying whether the login token in the access request is valid;
determining that the access request has permission to access the dynamic routing address if the login token is valid;
and loading a page corresponding to the basic routing address under the condition that the login token is invalid.
3. The method of claim 1, wherein loading the page corresponding to the dynamic routing address comprises:
verifying whether the dynamic routing address exists in a preset dynamic loading routing list or not;
loading a page corresponding to the dynamic routing address under the condition that the dynamic routing address exists in the preset dynamic loading routing list;
and loading the page corresponding to the basic routing address under the condition that the dynamic routing address does not exist in the preset dynamic loading routing list.
4. The method of claim 1,
the basic routing address is a routing address without permission requirement;
the dynamic routing address is a routing address with authority requirements.
5. A page access apparatus, comprising:
an acquisition unit configured to acquire an access request;
a determining unit, configured to determine a routing address corresponding to the access request, where the routing address includes: a base routing address and a dynamic routing address;
the verification unit is used for verifying whether the access request has the authority of accessing the dynamic routing address under the condition that the routing address corresponding to the access request is the dynamic routing address;
the loading unit is used for loading the page corresponding to the dynamic routing address under the condition that the access request has the authority of accessing the dynamic routing address;
wherein the determination unit includes:
the first verification module is used for verifying whether a login token exists in the access request;
a first determining module, configured to determine, when the login token does not exist in the access request, that a routing address corresponding to the access request is the basic routing address;
a second determining module, configured to determine, when the login token exists in the access request, that a routing address corresponding to the access request is the dynamic routing address.
6. The apparatus of claim 5, wherein the authentication unit comprises:
the second verification module is used for verifying whether the login token in the access request is valid;
a third determining module, configured to determine that the access request has the right to access the dynamic routing address when the login token is valid;
and the fourth determining module is used for loading the page corresponding to the basic routing address under the condition that the login token is invalid.
7. A storage medium characterized by comprising a stored program, wherein the program executes the page access method of any one of claims 1 to 4.
8. A processor, configured to run a program, wherein the program when running performs the page access method of any one of claims 1 to 4.
CN201910173221.1A 2019-03-07 2019-03-07 Page access method, device, storage medium and processor Active CN109936575B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910173221.1A CN109936575B (en) 2019-03-07 2019-03-07 Page access method, device, storage medium and processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910173221.1A CN109936575B (en) 2019-03-07 2019-03-07 Page access method, device, storage medium and processor

Publications (2)

Publication Number Publication Date
CN109936575A CN109936575A (en) 2019-06-25
CN109936575B true CN109936575B (en) 2021-11-12

Family

ID=66986736

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910173221.1A Active CN109936575B (en) 2019-03-07 2019-03-07 Page access method, device, storage medium and processor

Country Status (1)

Country Link
CN (1) CN109936575B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110442326B (en) * 2019-08-11 2023-07-14 西藏宁算科技集团有限公司 Method and system for simplifying front-end and back-end separation authority control based on Vue
CN111181941B (en) * 2019-12-23 2022-07-05 杭州安恒信息技术股份有限公司 Page login method, system and related device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107454041A (en) * 2016-05-31 2017-12-08 阿里巴巴集团控股有限公司 Prevent the method and device that server is attacked
WO2018117967A1 (en) * 2016-12-21 2018-06-28 Aon Global Operations Ltd (Singapore Branch) Content management system extensions
CN108416011A (en) * 2018-03-02 2018-08-17 中国平安人寿保险股份有限公司 A kind of page processing method, device, terminal and computer readable storage medium
CN109246089A (en) * 2018-08-20 2019-01-18 北京交通大学 A kind of the front and back end separation architecture access control system and method for based role
CN109286633A (en) * 2018-10-26 2019-01-29 深圳市华云中盛科技有限公司 Single sign-on method, device, computer equipment and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111339456B (en) * 2016-07-07 2023-05-16 贵州白山云科技股份有限公司 Preloading method and device
CN107733853B (en) * 2017-08-25 2021-04-02 深圳壹账通智能科技有限公司 Page access method, device, computer and medium
CN107493344B (en) * 2017-08-29 2020-07-28 浪潮云信息技术股份公司 Method and system for Web access to Docker container

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107454041A (en) * 2016-05-31 2017-12-08 阿里巴巴集团控股有限公司 Prevent the method and device that server is attacked
WO2018117967A1 (en) * 2016-12-21 2018-06-28 Aon Global Operations Ltd (Singapore Branch) Content management system extensions
CN108416011A (en) * 2018-03-02 2018-08-17 中国平安人寿保险股份有限公司 A kind of page processing method, device, terminal and computer readable storage medium
CN109246089A (en) * 2018-08-20 2019-01-18 北京交通大学 A kind of the front and back end separation architecture access control system and method for based role
CN109286633A (en) * 2018-10-26 2019-01-29 深圳市华云中盛科技有限公司 Single sign-on method, device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN109936575A (en) 2019-06-25

Similar Documents

Publication Publication Date Title
CN103023918B (en) The mthods, systems and devices logged in are provided for multiple network services are unified
EP2338262B1 (en) Service provider access
CN104184832B (en) Data submission method and device in network application
CN105282126B (en) Login authentication method, terminal and server
CN109241471B (en) Page rendering method, server, browser and energy information management system
CN110232265B (en) Dual identity authentication method, device and system
US20140380424A1 (en) Location determination for user authentication
EP3018884B1 (en) Mobile terminal cross-browser login method and device
WO2016101635A1 (en) Method, apparatus and device for synchronizing login status, and computer storage medium
CN105577651B (en) Service providing method and device
CN104158818A (en) Single sign-on method and system
CN109936575B (en) Page access method, device, storage medium and processor
WO2014090088A1 (en) Method, server, and system for data sharing in social networking service
CN106169963A (en) The access method of service page and system, proxy server
CN110197075A (en) Resource access method, calculates equipment and storage medium at device
CN106101055A (en) The data access method of a kind of multiple database and system thereof and proxy server
CN110266792B (en) Address translation method, address translation device, address translation equipment and computer-readable storage medium
CN103095825B (en) A kind of approaches to IM of the Internet and system, server
CN116484338A (en) Database access method and device
CN112929378B (en) Cross-domain single-point login service saving and acquiring method, system, device and medium
CN107623662B (en) Access control method, device and system
CN111324799B (en) Search request processing method and device
CN105939367A (en) Method and device for pushing Web page
CN112637106B (en) Method and device for terminal to access website
CN106803830B (en) Method, device and system for identifying internet access terminal and User Identity Module (UIM) card

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant