CN112069476A - Login state detection method, device, equipment and readable storage medium - Google Patents

Login state detection method, device, equipment and readable storage medium Download PDF

Info

Publication number
CN112069476A
CN112069476A CN202010975321.9A CN202010975321A CN112069476A CN 112069476 A CN112069476 A CN 112069476A CN 202010975321 A CN202010975321 A CN 202010975321A CN 112069476 A CN112069476 A CN 112069476A
Authority
CN
China
Prior art keywords
login
page
current
determining
state
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.)
Granted
Application number
CN202010975321.9A
Other languages
Chinese (zh)
Other versions
CN112069476B (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.)
Hangzhou Dbappsecurity Technology Co Ltd
Original Assignee
Hangzhou Dbappsecurity 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 Hangzhou Dbappsecurity Technology Co Ltd filed Critical Hangzhou Dbappsecurity Technology Co Ltd
Priority to CN202010975321.9A priority Critical patent/CN112069476B/en
Publication of CN112069476A publication Critical patent/CN112069476A/en
Application granted granted Critical
Publication of CN112069476B publication Critical patent/CN112069476B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/45Structures or tools for the administration of authentication

Abstract

The invention discloses a login state detection method, a device, equipment and a readable storage medium, wherein in the method, a browser end receives confirmation information sent by a login page; acquiring a target request in the login page; if the target request is a post request, detecting the current page to obtain a detection result; and determining the current login state by using the detection result. Therefore, in the method, the login state of the user can be detected in the browser end, and further, other expansion functions of the browser end can be executed based on the specific condition of the login state.

Description

Login state detection method, device, equipment and readable storage medium
Technical Field
The present invention relates to the field of computer application technologies, and in particular, to a method, an apparatus, a device, and a readable storage medium for detecting a login status.
Background
Generally, for the user login state, the server side often performs authentication based on login authentication information sent by the client side, and then determines whether to allow the user to login. I.e. the login status information is stored at the server. If the function needs to be expanded at the browser end, it is a key link to make sure the login state of the user at this time, but at present, the browser end is difficult to know the login state of the user from the server end.
In summary, how to effectively solve the problem of how to enable the browser to detect the user login state is a technical problem that needs to be solved urgently by those skilled in the art at present.
Disclosure of Invention
The invention aims to provide a login state detection method, a login state detection device, login state detection equipment and a readable storage medium, so that a browser end can effectively monitor the login state of a user.
In order to solve the technical problems, the invention provides the following technical scheme:
a login state detection method comprises the following steps:
the browser end receives confirmation information sent by the login page;
acquiring a target request in the login page;
if the target request is a post request, detecting the current page to obtain a detection result;
and determining the current login state by using the detection result.
Preferably, the receiving, by the browser end, the confirmation information sent by the login page includes:
capturing a node of a button in the login page, and binding a click event for the node;
and under the condition that the button is detected to be clicked, acquiring the confirmation information by utilizing the click event.
Preferably, the detecting result includes a page jump condition, and accordingly, the detecting the current page to obtain the detecting result includes:
judging whether the current page is the login page or not;
if so, determining that the page is not jumped;
if not, the page is determined to have jumped.
Preferably, determining the current login status by using the detection result includes:
if the page skips, determining that the current login state is successful login;
and if the page is not jumped, determining that the current login state is login failure.
Preferably, the detecting result includes a login button state, and accordingly, the detecting the current page to obtain the detecting result includes:
capturing page content of the current page;
if the page content comprises a login button, determining that the login button is not successfully hidden;
and if the login button is not in the page content, determining that the login button is successfully hidden.
Preferably, determining the current login status by using the detection result includes:
if the login button is not successfully hidden, determining that the current login state is login failure;
and if the login button is successfully hidden, determining that the current login state is successful login.
Preferably, the method further comprises the following steps:
and under the condition that the current login state is successful login, storing a login account and a password so as to realize automatic login.
A login state detection apparatus comprising:
the confirmation information acquisition module is used for the browser end to receive the confirmation information sent by the login page;
the request acquisition module is used for acquiring a target request in the login page;
the detection module is used for detecting the current page to obtain a detection result if the target request is a post request;
and the login state determining module is used for determining the current login state by using the detection result.
A login state detection device, comprising:
a memory for storing a computer program;
and the processor is used for realizing the steps of the login state detection method when executing the computer program.
A readable storage medium having stored thereon a computer program which, when executed by a processor, carries out the steps of the above-mentioned login status detection method.
By applying the method provided by the embodiment of the invention, the browser end receives the confirmation information sent by the login page; acquiring a target request in a login page; if the target request is a post request, detecting the current page to obtain a detection result; and determining the current login state by using the detection result.
After receiving the confirmation information sent by the login page, the browser side can obtain the target request in the login page. Since the login request is a request in a post mode, whether the target request is the post request or not can be judged preliminarily, and the current target request is possibly the login request. And under the condition that the target request is a post request, detecting the current page to obtain a detection result, and then determining the current login state by using the detection result. Therefore, in the method, the browser end can detect the login state of the user, and further can execute other extended functions of the browser end based on the specific condition of the login state.
Accordingly, embodiments of the present invention further provide a login state detection apparatus, a device and a readable storage medium corresponding to the login state detection method, which have the above technical effects and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present invention or technical solutions in related arts, the drawings used in the description of the embodiments or related arts will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart illustrating an implementation of a login status detection method according to an embodiment of the present invention;
fig. 2 is a flowchart illustrating an embodiment of a login status detection method according to the present invention;
FIG. 3 is a schematic structural diagram of a login status detection apparatus according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a login status detection device according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a login status detection device according to an embodiment of the present invention.
Detailed Description
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. 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.
To facilitate understanding of the login status detection method provided by the embodiment of the present invention, the following explains related terms:
the browser plug-in: put on the browser side, through a script that inserts js code into the page and runs.
And (3) node: html dom element.
Standing in a background: in the plug-in development, the background of a browser is always in a running state, similar to a server.
The browser stores: like a globally stored container, is stored in a resident background.
Uniform resource locator: the Uniform Resource Locator, abbreviated as URL, is also called web Address, and is the Address of a standard Resource on the internet (Address).
The user login state can be monitored in a browser plug-in mode, and developers can add different operation functions to users according to different states. For example, the user needs to save a user name and a password, and the user may be prompted whether to save the password according to the state of the user after login is successful. Specifically, referring to fig. 1, fig. 1 is a flowchart of a login status detection method according to an embodiment of the present invention, where the method includes the following steps:
and S101, the browser receives the confirmation information sent by the login page.
The browser end is a client corresponding to the browser.
The login page is a page for logging in when a user accesses a website.
The confirmation information may be specifically confirmation information generated after the user operates the login page.
That is, when the browser side receives the confirmation information sent by the login page, it may be determined that the user has performed a relevant operation on the login page, such as clicking a button, inputting information, and the like.
In a specific embodiment of the present invention, a specific execution process of the step S101 that the browser receives the confirmation information sent by the login page includes:
step one, capturing a node of a button in a login page, and binding a click event for the node;
and step two, under the condition that the click button is detected, acquiring confirmation information by using the click event.
For convenience of description, the above two steps will be described in combination.
After the user clicks the login button, the node of the button can be captured, and a click event is bound. Therefore, after the user clicks the button for the second time, a click event is triggered, and ok information is sent to a resident background of the browser through a browser with a runtime message sendmessage method (an information sending method) to express that the user has clicked the login button.
S102, acquiring a target request in the login page.
The target request may be specifically a first request initiated at the login page.
Specifically, after the resident background of the browser receives the confirmation information, the target request may be obtained by a browser webrequest.
And S103, if the target request is a post request, detecting the current page to obtain a detection result.
The login request generally adopts a post manner, and therefore, in the embodiment, it is determined whether the target request is a post request, and the purpose of the determination is to preliminarily detect whether the target request is a login request. Specifically, if the target request is a post request, the target request is preliminarily determined to be a login request, and the target request needs to be tracked; if the target request is not a post request, then no attention is required.
Specifically, after the target request is determined to be the post request, the current page may be detected to obtain a detection result about the current page. It should be noted that, for some websites, a page jumps after login is successful, and therefore, in the embodiment of the present invention, it is not limited whether the current page is a login page.
Generally, after login is successful, a current page may jump and content changes may also occur, so that a check on the page condition and the page content may be used to determine the current login state. Based on this, in some embodiments of the present invention, one or a combination of the following two detection methods may be adopted when performing the step S103.
Mode 1: the detection result includes a page jump condition, and accordingly, step S103 detects the current page to obtain a detection result, including:
s103-11, judging whether the current page is a login page or not;
step S103-12, if yes, determining that the page is not jumped;
and step S103-13, if not, determining that the page jumps.
For the website which can carry out global refresh jumping of the page after successful login, the url which is clicked and logged in at present can be recorded into the browser memory, and if the user logs in successfully, the jumping source of the current page can be judged by a document. If the current adjustment source is consistent with the jump source of the login page, determining that the page is not jumped; and if the sources are not consistent, determining that the page sends a jump.
Mode 2: the detection result includes the status of the login button, and accordingly, step S103 detects the current page to obtain a detection result, which includes:
s103-21, capturing the page content of the current page;
step S103-22, if the page content comprises a login button, determining that the login button is not successfully hidden;
and step S103-23, if no login button exists in the page content, determining that the login button is successfully hidden.
And for the websites which cannot jump after the login is successful, detecting whether the page jumps or not and determining that the current login state is invalid. However, for websites that do not send page jumps after successful login, generally, after successful login, the content of the current page does not occur, e.g., the login button is hidden. Therefore, the page content of the current page can be captured, if the page content comprises the login button, the login button is determined not to be successfully hidden, and if the page content does not comprise the login button, the login button is determined to be successfully hidden.
It should be noted that, since the login button is usually not present in a new page if a page jump occurs after successful login, the method 2 is also applicable to a website that jumps after successful login.
In the case where it is not determined which website the login page corresponds to, the common detection may be performed in combination with the method 1 and the method 2. Specifically, the method 1 may be executed first and then the method 2 may be executed first and then the method 1 may be executed first, or of course, the methods may be executed in parallel.
It should be noted that, in the solution executed in combination, for simplifying the steps, after the detection result obtained by executing one of the manners supports the conclusion that the login is successful, the other manner may not be needed to be executed. For example, if the execution mode 1 is used to confirm that the page is adjusted, the execution mode 2 may not be required.
And S104, determining the current login state by using the detection result.
The detection result may include at least one of a login button state and a page jump situation.
The following describes in detail how to determine the login status using the detection result, with respect to the detection result including different information.
Case 1: for the detection result including the page jump condition, step S104 determines the current login status by using the detection result, including:
step S104-11, if the page jumps, determining that the current login state is successful login;
and step S104-12, if the page is not jumped, determining that the current login state is login failure.
Specifically, if the page is jumped, the current login state can be directly determined to be successful login, otherwise, the login fails.
To further determine that the page jump is caused by a successful login, the url of the record of the login operation stored before may be compared with the url of the document of the current page, and if the two are consistent, it indicates that the user is a successful login.
Case 2: for the detection result including the login button state, step S104 determines the current login state using the detection result, including:
step S104-21, if the login button is not successfully hidden, determining that the current login state is login failure;
and step S104-22, if the login button is hidden successfully, determining that the current login state is successful login.
That is, if the login button still exists, the login failure is indicated; and if the login button is hidden, determining that the login is successful. It should be noted that the login button is hidden successfully, specifically, the login button is hidden due to the page jump being generated, and the login button is not displayed successfully, but the login button is not required to be displayed continuously.
For the detection result comprising the login button state and the page jump condition, the successful login can be determined after one of the information supports the successful login; successful login can also be considered after both types of information support successful login.
After the above step S104 is completed, some specific function operations may be performed based on the current login status. Specifically, when the current login state is successful login, the login account and the password are stored, so that automatic login is realized. For example, after checking that the user successfully logs in, prompt information for storing a user name and a password is output, and after the user agrees, the user name and the password can be stored, so that the user can log in automatically when logging in twice. The user name and the password can be obtained by capturing data in the process of inputting the data by the user based on the input device under the condition of user authorization.
And when the user fails to log in, user password prompt information prestored by the user can be output so as to remind the user to input a correct user name and password.
Of course, other related functions may also be performed based on the user login status.
In particular, if the url is maintained during the execution of the above steps, the url may be deleted after the functional operation is performed, so as to avoid affecting the next detection of the login status.
By applying the method provided by the embodiment of the invention, the browser end receives the confirmation information sent by the login page; acquiring a target request in a login page; if the target request is a post request, detecting the current page to obtain a detection result; and determining the current login state by using the detection result.
After receiving the confirmation information sent by the login page, the browser side can obtain the target request in the login page. Since the login request is a request in a post mode, whether the target request is the post request or not can be judged preliminarily, and the current target request is possibly the login request. And under the condition that the target request is a post request, detecting the current page to obtain a detection result, and then determining the current login state by using the detection result. Therefore, in the method, the browser end can detect the login state of the user, and further can execute other extended functions of the browser end based on the specific condition of the login state.
In order to make those skilled in the art better understand the login status detection method provided in the embodiment of the present invention, a detailed implementation process of the login status detection method is described below with reference to fig. 2 as an example.
Firstly, a user enters a login page; then, the user clicks a login button, the browser end determines whether a post request is initiated, if so, the processing is continued, and if not, the processing is not performed.
After determining that a post request has been initiated, the url of the current login as well as the node of the login button may be stored.
Then, under the condition that the page is not jumped, detecting the state of a login button; and comparing whether the url of the current page and the login page is consistent or not under the condition that the page jumps.
And determining whether the login is successful according to the detection or comparison result. After login is successful, some functional operations are performed, and finally the variable url is deleted.
Therefore, after the login state detection method provided by the embodiment of the invention is applied, developers do not need to judge whether the user successfully logs in according to the server when developing the plug-in. And some functionality may be developed based on the login status.
Corresponding to the above method embodiment, an embodiment of the present invention further provides a login state detection apparatus, which is specifically used in a browser end, and the login state detection apparatus described below and the login state detection method described above may be referred to in a corresponding manner.
Referring to fig. 3, the apparatus includes the following modules:
the confirmation information acquisition module 101 is configured to receive confirmation information sent by a login page;
a request obtaining module 102, configured to obtain a target request in a login page;
the detection module 103 is configured to detect the current page to obtain a detection result if the target request is a post request;
and a login state determination module 104, configured to determine a current login state by using the detection result.
By applying the device provided by the embodiment of the invention, the browser end receives the confirmation information sent by the login page; acquiring a target request in a login page; if the target request is a post request, detecting the current page to obtain a detection result; and determining the current login state by using the detection result.
After receiving the confirmation information sent by the login page, the browser side can obtain the target request in the login page. Since the login request is a post request, the present apparatus can preliminarily determine that the current target request may be the login request by determining whether the target request is the post request. And under the condition that the target request is a post request, detecting the current page to obtain a detection result, and then determining the current login state by using the detection result. Therefore, in the device, the browser end can detect the login state of the user, and further can execute other extended functions of the browser end based on the specific condition of the login state.
In a specific embodiment of the present invention, the confirmation information obtaining module 101 is specifically configured to capture a node of a button in a login page, and bind a click event for the node; in the case where a click button is detected, confirmation information is acquired using a click event.
In a specific embodiment of the present invention, the detection result includes a page jump condition, and accordingly, the detection module 103 is specifically configured to determine whether the current page is a login page; if so, determining that the page is not jumped; if not, the page is determined to have jumped.
In a specific embodiment of the present invention, the login status determining module 104 is specifically configured to determine that the current login status is successful login if the page jumps; and if the page is not jumped, determining that the current login state is login failure.
In a specific embodiment of the present invention, the detection result includes a login button state, and accordingly, the detection module 103 is specifically configured to capture the page content of the current page; if the page content comprises a login button, determining that the login button is not successfully hidden; and if the login button is not in the page content, determining that the login button is successfully hidden.
In an embodiment of the present invention, the login status determining module 104 is specifically configured to determine that the current login status is login failure if the login button is not successfully hidden; and if the login button is successfully hidden, determining that the current login state is successful login.
In one embodiment of the present invention, the method further comprises:
and the functional module is used for storing the login account and the password under the condition that the current login state is successful login so as to realize automatic login.
Corresponding to the above method embodiment, an embodiment of the present invention further provides a login state detection device, and a login state detection device described below and a login state detection method described above may be referred to in a corresponding manner.
Referring to fig. 4, the login state detection apparatus includes:
a memory 332 for storing a computer program;
a processor 322 for implementing the steps of the login status detection method of the above-described method embodiments when executing the computer program.
Specifically, referring to fig. 5, fig. 5 is a schematic diagram illustrating a specific structure of a login status detection device according to this embodiment, the login status detection device may generate a relatively large difference due to different configurations or performances, and may include one or more processors (CPUs) 322 (e.g., one or more processors) and a memory 332, where the memory 332 stores one or more computer applications 342 or data 344. Memory 332 may be, among other things, transient or persistent storage. The program stored in memory 332 may include one or more modules (not shown), each of which may include a sequence of instructions operating on a data processing device. Still further, the central processor 322 may be configured to communicate with the memory 332 to perform a series of instruction operations in the memory 332 on the login state detection device 301.
The login status detection apparatus 301 may also include one or more power sources 326, one or more wired or wireless network interfaces 350, one or more input output interfaces 358, and/or one or more operating systems 341.
The steps in the login state detection method described above may be implemented by the structure of the login state detection apparatus.
Corresponding to the above method embodiment, an embodiment of the present invention further provides a readable storage medium, and a readable storage medium described below and a login status detection method described above may be referred to in correspondence.
A readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the login state detection method of the above-mentioned method embodiment.
The readable storage medium may be a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and various other readable storage media capable of storing program codes.
Those of skill would further appreciate that the various illustrative components and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.

Claims (10)

1. A login state detection method is characterized by comprising the following steps:
the browser end receives confirmation information sent by the login page;
acquiring a target request in the login page;
if the target request is a post request, detecting the current page to obtain a detection result;
and determining the current login state by using the detection result.
2. The login state detection method of claim 1, wherein the receiving, by the browser, the confirmation information sent by the login page comprises:
capturing a node of a button in the login page, and binding a click event for the node;
and under the condition that the button is detected to be clicked, acquiring the confirmation information by utilizing the click event.
3. The login state detection method of claim 1, wherein the detection result comprises a page jump condition, and accordingly, the detecting the current page to obtain the detection result comprises:
judging whether the current page is the login page or not;
if so, determining that the page is not jumped;
if not, the page is determined to have jumped.
4. The login state detection method according to claim 3, wherein determining the current login state using the detection result comprises:
if the page skips, determining that the current login state is successful login;
and if the page is not jumped, determining that the current login state is login failure.
5. The login state detection method of claim 1, wherein the detection result comprises a login button state, and accordingly, the detecting the current page to obtain the detection result comprises:
capturing page content of the current page;
if the page content comprises a login button, determining that the login button is not successfully hidden;
and if the login button is not in the page content, determining that the login button is successfully hidden.
6. The login state detection method according to claim 5, wherein determining the current login state using the detection result comprises:
if the login button is not successfully hidden, determining that the current login state is login failure;
and if the login button is successfully hidden, determining that the current login state is successful login.
7. The login state detection method according to any one of claims 1 to 6, further comprising:
and under the condition that the current login state is successful login, storing a login account and a password so as to realize automatic login.
8. A login status detection apparatus, comprising:
the confirmation information acquisition module is used for the browser end to receive the confirmation information sent by the login page;
the request acquisition module is used for acquiring a target request in the login page;
the detection module is used for detecting the current page to obtain a detection result if the target request is a post request;
and the login state determining module is used for determining the current login state by using the detection result.
9. A login state detection apparatus, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the login status detection method according to any one of claims 1 to 7 when executing the computer program.
10. A readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the login status detection method according to any one of claims 1 to 7.
CN202010975321.9A 2020-09-16 2020-09-16 Login state detection method, device, equipment and readable storage medium Active CN112069476B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010975321.9A CN112069476B (en) 2020-09-16 2020-09-16 Login state detection method, device, equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010975321.9A CN112069476B (en) 2020-09-16 2020-09-16 Login state detection method, device, equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN112069476A true CN112069476A (en) 2020-12-11
CN112069476B CN112069476B (en) 2022-07-12

Family

ID=73696969

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010975321.9A Active CN112069476B (en) 2020-09-16 2020-09-16 Login state detection method, device, equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN112069476B (en)

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1281187A (en) * 1999-07-15 2001-01-24 国际商业机器公司 Customer control of world wide net browser customer data
CN101674285A (en) * 2008-09-08 2010-03-17 中兴通讯股份有限公司 Single sign-on system and method thereof
US20100180193A1 (en) * 2009-01-09 2010-07-15 Hewlett-Packard Development Company L.P. Method and system for detecting a state of a web application using a signature
CN102819451A (en) * 2011-06-09 2012-12-12 深圳市财付通科技有限公司 Method and system for calling browser plug-in
CN102968584A (en) * 2012-11-30 2013-03-13 北京奇虎科技有限公司 Method and device for logging in webpage
CN103246699A (en) * 2013-04-01 2013-08-14 张士益 Method and device for data access control based on browser
CN104156372A (en) * 2013-05-15 2014-11-19 腾讯科技(深圳)有限公司 Method, devices and system for opening page
WO2015062436A1 (en) * 2013-10-30 2015-05-07 乐视致新电子科技(天津)有限公司 Method and device for accessing webpage
WO2016101635A1 (en) * 2014-12-23 2016-06-30 北京百度网讯科技有限公司 Method, apparatus and device for synchronizing login status, and computer storage medium
CN107948148A (en) * 2017-11-21 2018-04-20 北京天融信网络安全技术有限公司 It is a kind of to simulate for the method and device filled out
CN108255567A (en) * 2018-01-30 2018-07-06 北京智行鸿远汽车有限公司 A kind of Web line personnels management method and system based on Application
CN108632301A (en) * 2017-03-15 2018-10-09 腾讯科技(深圳)有限公司 A kind of log in renews processing method and terminal after state fails
US20200120095A1 (en) * 2018-10-11 2020-04-16 Spredfast, Inc. Credential and authentication management in scalable data networks
US20200120167A1 (en) * 2018-10-11 2020-04-16 Spredfast, Inc. Native activity tracking using credential and authentication management in scalable data networks
CN111209587A (en) * 2019-12-24 2020-05-29 杭州安恒信息技术股份有限公司 One-key login method based on js browser plug-in
CN111435382A (en) * 2019-01-14 2020-07-21 福建天泉教育科技有限公司 Login verification method of page and terminal
CN111639316A (en) * 2020-05-19 2020-09-08 北京芯盾时代科技有限公司 Information processing method and device for WEB page

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1281187A (en) * 1999-07-15 2001-01-24 国际商业机器公司 Customer control of world wide net browser customer data
CN101674285A (en) * 2008-09-08 2010-03-17 中兴通讯股份有限公司 Single sign-on system and method thereof
US20100180193A1 (en) * 2009-01-09 2010-07-15 Hewlett-Packard Development Company L.P. Method and system for detecting a state of a web application using a signature
CN102819451A (en) * 2011-06-09 2012-12-12 深圳市财付通科技有限公司 Method and system for calling browser plug-in
CN102968584A (en) * 2012-11-30 2013-03-13 北京奇虎科技有限公司 Method and device for logging in webpage
CN103246699A (en) * 2013-04-01 2013-08-14 张士益 Method and device for data access control based on browser
CN104156372A (en) * 2013-05-15 2014-11-19 腾讯科技(深圳)有限公司 Method, devices and system for opening page
WO2015062436A1 (en) * 2013-10-30 2015-05-07 乐视致新电子科技(天津)有限公司 Method and device for accessing webpage
WO2016101635A1 (en) * 2014-12-23 2016-06-30 北京百度网讯科技有限公司 Method, apparatus and device for synchronizing login status, and computer storage medium
CN108632301A (en) * 2017-03-15 2018-10-09 腾讯科技(深圳)有限公司 A kind of log in renews processing method and terminal after state fails
CN107948148A (en) * 2017-11-21 2018-04-20 北京天融信网络安全技术有限公司 It is a kind of to simulate for the method and device filled out
CN108255567A (en) * 2018-01-30 2018-07-06 北京智行鸿远汽车有限公司 A kind of Web line personnels management method and system based on Application
US20200120095A1 (en) * 2018-10-11 2020-04-16 Spredfast, Inc. Credential and authentication management in scalable data networks
US20200120167A1 (en) * 2018-10-11 2020-04-16 Spredfast, Inc. Native activity tracking using credential and authentication management in scalable data networks
CN111435382A (en) * 2019-01-14 2020-07-21 福建天泉教育科技有限公司 Login verification method of page and terminal
CN111209587A (en) * 2019-12-24 2020-05-29 杭州安恒信息技术股份有限公司 One-key login method based on js browser plug-in
CN111639316A (en) * 2020-05-19 2020-09-08 北京芯盾时代科技有限公司 Information processing method and device for WEB page

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
张国军: ".NET架构下页面间跳转及数据传递的实现", 《电脑知识与技术(学术交流)》 *
田洪云: "ASP.NET页面跳转方法研究", 《科技信息》 *

Also Published As

Publication number Publication date
CN112069476B (en) 2022-07-12

Similar Documents

Publication Publication Date Title
US10409711B2 (en) Automatically running tests against WEB APIs based on specifications
US9842093B2 (en) Method and apparatus for intelligent capture of document object model events
US8533532B2 (en) System identifying and inferring web session events
US8271836B2 (en) Capturing diagnostics in web browser applications
US9229844B2 (en) System and method for monitoring web service
CN107528858B (en) Login method, device and equipment based on webpage and storage medium
CN110659057B (en) Application program hot updating method and device, storage medium and computer equipment
CN106484611B (en) Fuzzy test method and device based on automatic protocol adaptation
US20140310560A1 (en) Method and apparatus for module repair in software
US7496636B2 (en) Method and system for resolving Universal Resource Locators (URLs) from script code
CN112100536A (en) Webpage access method, device and equipment and readable storage medium
CN112800309A (en) Crawler system based on HTTP proxy and implementation method thereof
CN112540924A (en) Interface automation test method, device, equipment and storage medium
CN113312633A (en) Website vulnerability scanning method, device, equipment and storage medium
CN113868502A (en) Page crawler method and device, electronic equipment and readable storage medium
WO2009064636A2 (en) Displaying server errors on the client machine that caused the failed request
CN112069476B (en) Login state detection method, device, equipment and readable storage medium
CN113411333A (en) Unauthorized access vulnerability detection method, device, system and storage medium
CN110457900B (en) Website monitoring method, device and equipment and readable storage medium
CN113872919B (en) Vulnerability scanning method and device
CN111935107B (en) Identity authentication method, device, system, electronic equipment and storage medium
CN104423973B (en) Processing method, device and system for floating frame page loading information
CN113535568B (en) Verification method, device, equipment and medium for application deployment version
CN113434142A (en) Webpage output method, device, equipment and storage medium
CN115766232A (en) Website verification method and device, electronic equipment and storage medium

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