[go: up one dir, main page]

CN111901323A - Application access method and device - Google Patents

Application access method and device Download PDF

Info

Publication number
CN111901323A
CN111901323A CN202010697070.2A CN202010697070A CN111901323A CN 111901323 A CN111901323 A CN 111901323A CN 202010697070 A CN202010697070 A CN 202010697070A CN 111901323 A CN111901323 A CN 111901323A
Authority
CN
China
Prior art keywords
online system
user interface
target
http request
terminal
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.)
Pending
Application number
CN202010697070.2A
Other languages
Chinese (zh)
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.)
Accumulus Technologies Tianjin Co Ltd
Original Assignee
Accumulus Technologies Tianjin 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 Accumulus Technologies Tianjin Co Ltd filed Critical Accumulus Technologies Tianjin Co Ltd
Priority to CN202010697070.2A priority Critical patent/CN111901323A/en
Publication of CN111901323A publication Critical patent/CN111901323A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0876Network architectures or network communication protocols for network security for authentication of entities based on the identity of the terminal or configuration, e.g. MAC address, hardware or software configuration or device fingerprint
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Power Engineering (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention provides an application access method and device, wherein the method comprises the following steps: the method comprises the steps that when input of starting a target application is received, the target application is started, and a user interface of a home page label of the target application is displayed; when receiving a target online system access operation executed by a user on a user interface, sending an HTTP request for accessing the target online system to a server, wherein the HTTP request carries an MAC address of a terminal; receiving display information of a user interface of the target online system fed back by the server according to the HTTP request under the condition that the server passes the verification of the MAC address of the terminal; and receiving prompt information which is fed back by the server according to the HTTP request and prohibits accessing the target online system under the condition that the server fails to verify the MAC address of the terminal. The problem that the internal website cannot be safely accessed under the internet is solved.

Description

Application access method and device
Technical Field
The present invention relates to the field of network security, and in particular, to an application access method and apparatus.
Background
In software development, for some enterprises with higher information security such as military industry and aerospace, network and software use limitations are very strict, and employees can only access the software system of the enterprise through an internal network or through a VPN inside the enterprise, but the network is limited only at the network level, and when a hacker attacks the internal network, the internal software can still be accessed, and the network information security level is not enough.
Disclosure of Invention
The invention provides an application access method and device, which are used for solving the problem that the security of an internal system cannot be improved to the access only on a computer authorized by a company.
In order to solve the above problems, the present invention is realized by:
in a first aspect, an embodiment of the present invention provides an application access method, applied to a terminal, including:
the method comprises the steps that when input of starting a target application is received, the target application is started, and a user interface of a home page label of the target application is displayed;
when receiving a target online system access operation executed by a user on the user interface, sending an HTTP request for accessing the target online system to a server, wherein the HTTP request carries the MAC address of the terminal;
under the condition that the server passes the verification of the MAC address of the terminal, receiving display information of a user interface of the target online system fed back by the server according to the HTTP request, newly adding a label of the target online system on the user interface according to the display information, and displaying the user interface of the target online system;
and under the condition that the server fails to verify the MAC address of the terminal, receiving prompt information which is fed back by the server according to the HTTP request and forbids to access the target online system, newly adding a label of the target online system on the user interface according to the prompt information, and displaying the prompt information.
Optionally, the user interface of the home tab includes: a network address input box for inputting a network address of the target online system;
when online system access operation executed by a user on the user interface is received, sending an HTTP request for accessing the target online system to a server comprises the following steps:
and when the network address of the target online system input by the user in the network address input box is received, sending an HTTP request for accessing the target online system to a server.
Optionally, the user interface of the home page tab further includes: an input box;
when online system access operation executed by a user on the user interface is received, sending an HTTP request for accessing the target online system to a server comprises the following steps:
when receiving the click operation of a user on the input box, displaying a list of the online system;
and when receiving the operation that the user selects the target online system from the list of the online systems, sending an HTTP request for accessing the target application to the server.
Optionally, the user interface of the home page tab further includes: a favorite label display area comprising icons of a plurality of online systems;
when online system access operation executed by a user on the user interface is received, sending an HTTP request for accessing the target online system to a server comprises the following steps:
and when receiving that a user clicks an icon of a target online system, sending an HTTP request for accessing the target online system to a server.
In a second aspect, an embodiment of the present invention provides an application access method, applied to a server, including:
receiving an HTTP request sent by a terminal and used for accessing a target online system, wherein the HTTP request carries an MAC address of the terminal;
verifying the MAC address of the terminal;
under the condition that the verification is passed, sending display information of a user interface of the target online system to a terminal;
and sending prompt information for prohibiting accessing the target online system to the terminal under the condition of not passing the verification.
In a third aspect, an embodiment of the present invention provides an application access apparatus, which is applied to a terminal, and includes:
the starting module starts the target application and displays a user interface of a home page label of the target application when receiving input of starting the target application;
the sending module is used for sending an HTTP request for accessing the target online system to a server when receiving a target online system access operation executed by a user on the user interface, wherein the HTTP request carries the MAC address of the terminal;
the first processing module receives display information of a user interface of the target online system fed back by the server according to the HTTP request under the condition that the server passes the verification of the MAC address of the terminal, adds a label of the target online system on the user interface according to the display information, and displays the user interface of the target online system;
and the second processing module receives prompt information which is fed back by the server according to the HTTP request and prohibits the target online system from being accessed under the condition that the server does not verify the MAC address of the terminal, adds a label of the target online system on the user interface according to the prompt information, and displays the prompt information.
A fourth aspect of the present invention provides an application access apparatus, applied to a server, including:
the system comprises a receiving module, a sending module and a receiving module, wherein the receiving module receives an HTTP request which is sent by a terminal and is used for accessing a target online system, and the HTTP request carries an MAC address of the terminal;
the verification module verifies the MAC address of the terminal;
the first sending module is used for sending the display information of the user interface of the target online system to the terminal under the condition that the verification is passed;
and the second sending module is used for sending prompt information for prohibiting accessing the target online system to the terminal under the condition of not passing the verification.
In the embodiment of the invention, the MAC address of the hardware equipment sending the request is added in each HTTP request, and the server side determines whether to respond to the request or not by analyzing the address, so that the internal system security is improved to the access only on a computer authorized by a company.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
fig. 1 is a flowchart of an application access method applied to a terminal according to an embodiment of the present invention;
fig. 2 is a flowchart of an application access method applied to a server according to an embodiment of the present invention;
fig. 3 is a flowchart of an application access apparatus applied to a terminal according to an embodiment of the present invention;
fig. 4 is a flowchart of an application access apparatus applied to a server according to an embodiment of the present invention;
FIG. 5 is a diagram of an application home architecture according to an embodiment of the present invention;
FIG. 6 is a detailed view of an application home page according to an embodiment of the present invention;
FIG. 7 is a diagram of an application architecture according to an embodiment of the present invention;
FIG. 8 is a flowchart illustrating an application execution process according to an embodiment of the present invention;
fig. 9 is an architecture diagram of an application terminal according to an embodiment of the present invention;
fig. 10 is an architecture diagram of an application server according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the drawings of the embodiments of the present invention. It is to be understood that the embodiments described are only a few embodiments of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the described embodiments of the invention, are within the scope of the invention.
Unless defined otherwise, technical or scientific terms used herein shall have the ordinary meaning as understood by one of ordinary skill in the art to which this invention belongs. The use of "first," "second," and similar terms in the present application do not denote any order, quantity, or importance, but rather the terms are used to distinguish one element from another. The terms "connected" or "coupled" and the like are not restricted to physical or mechanical connections, but may include electrical connections, whether direct or indirect. "upper", "lower", "left", "right", and the like are used merely to indicate relative positional relationships, and when the absolute position of the object being described is changed, the relative positional relationships are changed accordingly.
Referring to fig. 1, an embodiment of the present invention provides an application access method, applied to a terminal, including:
step 11: the method comprises the steps that when input of starting a target application is received, the target application is started, and a user interface of a home page label of the target application is displayed;
step 12: when receiving a target online system access operation executed by a user on the user interface, sending an HTTP request for accessing the target online system to a server, wherein the HTTP request carries the MAC address of the terminal;
step 13: under the condition that the server passes the verification of the MAC address of the terminal, receiving display information of a user interface of the target online system fed back by the server according to the HTTP request, newly adding a label of the target online system on the user interface according to the display information, and displaying the user interface of the target online system;
step 14: and under the condition that the server fails to verify the MAC address of the terminal, receiving prompt information which is fed back by the server according to the HTTP request and forbids to access the target online system, newly adding a label of the target online system on the user interface according to the prompt information, and displaying the prompt information.
The following describes a specific implementation of the above application access method in the terminal according to the embodiment of the present invention.
Referring to fig. 7 and 8, fig. 7 is an application architecture diagram according to an embodiment of the present invention; fig. 8 is an application execution flowchart provided in an embodiment of the present invention, in the embodiment of the present invention, an icon of a target application may be displayed on a desktop of a terminal, the application is started by clicking (i.e., starting an input of the target application) the application icon, after receiving the input of starting the target application, the terminal triggers an app.on ("ready") event, creates a main process window, the main process loads an index.html main page (i.e., a user interface of a top page tab of the target application), and the rendering process initializes and displays the index.html main page. The method comprises the steps that a main process starts event monitoring and receives an instruction issued by a rendering process; the number of instructions issued by the rendering process is mainly 4, tags (tab) are added, the tags are switched, the current tags are closed, and the application quits. After issuing a corresponding instruction in the rendering process, the main process executes corresponding operation according to the monitored event, informs the rendering process to update an interface after finishing the corresponding operation, finishes the execution of one event, waits for the next operation of a user, directly executes an exit command and clears occupied resources when the exit instruction is monitored, and finishes the process; in the embodiment of the invention, after receiving the display information of the user interface of the target online system fed back by the server according to the HTTP request, the rendering process issues a new tag adding instruction to the main process, the main process creates and adds a tag according to the monitored new tag adding instruction, the main process informs the rendering process to update the interface after completing the new tag operation, and the rendering process renders and displays the user interface of the target online system.
In the embodiment of the invention, the main process adopts Electron as bottom layer cross-platform technical support and can support the system use of Mac, Windows and Linux; the rendering process is responsible for front-end display and user interaction, a front-end interface is built by using a React framework, html is used as an interface carrier, a less file is used for setting a style, and js file processing interface logic is adopted; json is used as an application configuration file; and performing information communication between the main process and the rendering process in a publishing and subscribing manner, wherein, on is a subscribing function, and send is a publishing function, namely after the message is subscribed, and after the message is published, a subscribing module executes a preset program.
In the embodiment of the present invention, other front end frames such as Vue, Angular, Jquery, etc. and other cross-platform technical solutions such as filter, nw.
In the embodiment of the invention, the MAC address of the hardware equipment sending the request is added in each HTTP request, and the server determines whether to respond to the request or not by analyzing the address, so that the internal system security is improved to the access which can only be realized on a computer authorized by a company.
Referring to fig. 5, fig. 5 is an application home page architecture diagram according to an embodiment of the present invention, wherein the area No. 1 is a plurality of open tags, including an icon and a name of an online system to be accessed;
in this embodiment of the present invention, optionally, the user interface of the home page tag includes: a network address input box 2 for inputting a network address of the target online system;
when online system access operation executed by a user on the user interface is received, sending an HTTP request for accessing the target online system to a server comprises the following steps:
and when the network address of the target online system input by the user in the network address input box is received, sending an HTTP request for accessing the target online system to a server.
In the embodiment of the invention, the No. 2 regional network address input box can access the input target online system by inputting the corresponding address of the target online system and returning, the default HTTPs://, can be changed, and can synchronously change along with the corresponding address of the target online system corresponding to the change of the current label page.
The area 3 in the embodiment of the invention is a forward button, a backward button and a refresh button of the current tab page, and when the tab page is the user home page, the button displays gray and cannot be applied.
The area 4 in the embodiment of the invention is a collection button, the five-pointed star is used as an icon and is displayed only when the tab of the home page of the user is not collected, the five-pointed star is displayed in white when the current online system is not collected, and the five-pointed star is displayed in black after collection.
In this embodiment of the present invention, optionally, the user interface of the home page tag further includes: an input box 5;
when online system access operation executed by a user on the user interface is received, sending an HTTP request for accessing the target online system to a server comprises the following steps:
when receiving the click operation of a user on the input box, displaying a list of the online system;
and when receiving the operation that the user selects the target online system from the list of the online systems, sending an HTTP request for accessing the target application to the server.
Referring to fig. 6, in the embodiment of the present invention, the area 5 input box is a drop-down box, and the input box can be used for inputting the content to be searched, and is also a display area after a plurality of online systems are integrated, where each of the input boxes is a shortcut entry of an enterprise online system, and a corresponding target online system can be selected through a drop-down operation, so that the use is convenient.
In this embodiment of the present invention, optionally, the user interface of the home page tag further includes: a favorite tag display area 6 including icons of a plurality of online systems;
when online system access operation executed by a user on the user interface is received, sending an HTTP request for accessing the target online system to a server comprises the following steps:
and when receiving that a user clicks an icon of a target online system, sending an HTTP request for accessing the target online system to a server.
In the embodiment of the invention, the 6 # area collection label display area is a quick entrance for collecting the online systems, and can be accessed by clicking, when the number of the collected online systems is more than 7, the rest of the collected online systems can be displayed in more labels, and the rest of the collected online systems can be checked by clicking more labels.
In the embodiment of the invention, the MAC address of the hardware equipment sending the request is added in each HTTP request, the server determines whether to respond to the request or not by analyzing the address, the internal system safety is improved to the access which can only be realized on a computer authorized by a company, and a plurality of systems are integrated together, so that the attachment to a browser can be abandoned, and the safety of the system is greatly improved by using a product developed by the server instead of a third-party product.
Referring to fig. 2, an embodiment of the present invention provides an application access method applied to a server, including:
step 21: receiving an HTTP request sent by a terminal and used for accessing a target online system, wherein the HTTP request carries an MAC address of the terminal;
step 22: verifying the MAC address of the terminal;
step 23: under the condition that the verification is passed, sending display information of a user interface of the target online system to a terminal;
step 24: and sending prompt information for prohibiting accessing the target online system to the terminal under the condition of not passing the verification.
In this embodiment of the present invention, the HTTP request in step 21 may carry the MAC address of the terminal through a header (header).
In the embodiment of the invention, the server determines whether to respond to the request or not by analyzing the address, the internal system safety is improved to the access which can only be on a computer authorized by a company, and a plurality of systems are integrated together, so that the attachment to a browser can be abandoned, and the safety of the system is greatly improved by using a product developed by the server instead of a third-party product.
Referring to fig. 3, an embodiment of the present invention provides an application access apparatus, including:
a starting module 31, configured to start a target application and display a user interface of a home page tab of the target application when the starting module receives an input of starting the target application;
a sending module 32, configured to send, to a server, an HTTP request for accessing the target online system when receiving a target online system access operation executed by a user on the user interface, where the HTTP request carries an MAC address of the terminal;
a first processing module 33, configured to receive, when the server passes the verification of the MAC address of the terminal, display information of a user interface of the target online system, which is fed back by the server according to the HTTP request, add a tag of the target online system to the user interface according to the display information, and display the user interface of the target online system;
a second processing module 34, configured to receive, when the server fails to verify the MAC address of the terminal, a prompt message that the server prohibits access to the target online system and is fed back by the HTTP request, add a tag of the target online system to the user interface according to the prompt message, and display the prompt message.
In the embodiment of the present invention, optionally, a display module, where the display module displays a user interface of a home page tag, and the user interface of the home page tag includes: a network address input box for inputting a network address of the target online system;
the user interface of the home tab further comprises: an input box; when receiving the click operation of a user on the input box, displaying a list of the online system; and when receiving the operation that the user selects the target online system from the list of the online systems, sending an HTTP request for accessing the target application to the server.
The user interface of the home tab further comprises: a favorite label display area comprising icons of a plurality of online systems; and when receiving that a user clicks an icon of a target online system, sending an HTTP request for accessing the target online system to a server.
Referring to fig. 4, an embodiment of the present invention provides an application access apparatus, including:
a receiving module 41, configured to receive an HTTP request sent by a terminal and used for accessing a target online system, where the HTTP request carries an MAC address of the terminal;
an authentication module 42 that authenticates the MAC address of the terminal;
the first sending module 43, sending the display information of the user interface of the target online system to the terminal under the condition that the verification is passed;
and the second sending module 44 is used for sending prompt information for prohibiting accessing the target online system to the terminal under the condition that the verification is not passed.
In the embodiment of the invention, the MAC address of the hardware equipment sending the request is added in each HTTP request, the server determines whether to respond to the request by analyzing the address, the application can be used in the environment of an internet and an internal local area network, the external internet can not be accessed under the internal network by the network limitation, a plurality of internal systems of a company are integrated, and the internal systems can only be accessed on the physical hardware authorized by the company when being accessed, so that the safety of the internal network system is greatly improved; the application also uses a cross-platform development technology to enable a set of compiled codes to be used on windows, Mac and Linux respectively, and an application program does not need to be developed aiming at different operating systems respectively; the application can enable enterprises to give up attaching to the browser, use self-developed products instead of third-party products, and greatly improve the system safety.
Referring to fig. 9, an embodiment of the present invention further provides a terminal 90, including a processor 91, a memory 92, and a computer program stored in the memory 92 and capable of running on the processor 91, where the computer program, when executed by the processor 91, implements the processes of the application access method embodiment applied to the terminal, and can achieve the same technical effects, and therefore, in order to avoid repetition, the detailed description is omitted here.
Referring to fig. 10, an embodiment of the present invention further provides a server 100, including a processor 101, a memory 102, and a computer program stored in the memory 102 and capable of running on the processor 101, where the computer program, when executed by the processor 101, implements the processes of the application access method embodiment applied to the server, and can achieve the same technical effects, and details are not repeated here to avoid repetition.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements each process of the above embodiment of the application access method, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here. The computer-readable storage medium may be a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (10)

1. An application access method applied to a terminal is characterized by comprising the following steps:
the method comprises the steps that when input of starting a target application is received, the target application is started, and a user interface of a home page label of the target application is displayed;
when receiving a target online system access operation executed by a user on the user interface, sending an HTTP request for accessing the target online system to a server, wherein the HTTP request carries the MAC address of the terminal;
under the condition that the server passes the verification of the MAC address of the terminal, receiving display information of a user interface of the target online system fed back by the server according to the HTTP request, newly adding a label of the target online system on the user interface according to the display information, and displaying the user interface of the target online system;
and under the condition that the server fails to verify the MAC address of the terminal, receiving prompt information which is fed back by the server according to the HTTP request and forbids to access the target online system, newly adding a label of the target online system on the user interface according to the prompt information, and displaying the prompt information.
2. The application access method of claim 1,
the user interface of the home tab includes: a network address input box for inputting a network address of the target online system;
when online system access operation executed by a user on the user interface is received, sending an HTTP request for accessing the target online system to a server comprises the following steps:
and when the network address of the target online system input by the user in the network address input box is received, sending an HTTP request for accessing the target online system to a server.
3. The application access method of claim 1,
the user interface of the home tab further comprises: an input box;
when online system access operation executed by a user on the user interface is received, sending an HTTP request for accessing the target online system to a server comprises the following steps:
when receiving the click operation of a user on the input box, displaying a list of the online system;
and when receiving the operation that the user selects the target online system from the list of the online systems, sending an HTTP request for accessing the target application to the server.
4. The application access method of claim 1,
the user interface of the home tab further comprises: a favorite label display area comprising icons of a plurality of online systems;
when online system access operation executed by a user on the user interface is received, sending an HTTP request for accessing the target online system to a server comprises the following steps:
and when receiving that a user clicks an icon of a target online system, sending an HTTP request for accessing the target online system to a server.
5. An application access method applied to a server is characterized by comprising the following steps:
receiving an HTTP request sent by a terminal and used for accessing a target online system, wherein the HTTP request carries an MAC address of the terminal;
verifying the MAC address of the terminal;
under the condition that the verification is passed, sending display information of a user interface of the target online system to a terminal;
and sending prompt information for prohibiting accessing the target online system to the terminal under the condition of not passing the verification.
6. An application access apparatus, comprising:
the starting module starts the target application and displays a user interface of a home page label of the target application when receiving input of starting the target application;
the sending module is used for sending an HTTP request for accessing the target online system to a server when receiving a target online system access operation executed by a user on the user interface, wherein the HTTP request carries an MAC address of a terminal;
the first processing module receives display information of a user interface of the target online system fed back by the server according to the HTTP request under the condition that the server passes the verification of the MAC address of the terminal, adds a label of the target online system on the user interface according to the display information, and displays the user interface of the target online system;
and the second processing module receives prompt information which is fed back by the server according to the HTTP request and prohibits the target online system from being accessed under the condition that the server does not verify the MAC address of the terminal, adds a label of the target online system on the user interface according to the prompt information, and displays the prompt information.
7. An application access apparatus, comprising:
the system comprises a receiving module, a sending module and a receiving module, wherein the receiving module receives an HTTP request which is sent by a terminal and is used for accessing a target online system, and the HTTP request carries an MAC address of the terminal;
the verification module verifies the MAC address of the terminal;
the first sending module is used for sending the display information of the user interface of the target online system to the terminal under the condition that the verification is passed;
and the second sending module is used for sending prompt information for prohibiting accessing the target online system to the terminal under the condition of not passing the verification.
8. A terminal comprising a processor, a memory and a program or instructions stored on the memory and executable on the processor, the program or instructions when executed by the processor implementing the steps of the application access method of any of claims 1 to 4.
9. A server comprising a processor, a memory and a program or instructions stored on the memory and executable on the processor, the program or instructions when executed by the processor implementing the steps of the application access method of claim 5.
10. A readable storage medium, characterized in that it stores thereon a program or instructions which, when executed by a processor, implement the steps of the application access method according to any one of claims 1-4, or which, when executed by a processor, implement the steps of the application access method according to claim 5.
CN202010697070.2A 2020-07-20 2020-07-20 Application access method and device Pending CN111901323A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010697070.2A CN111901323A (en) 2020-07-20 2020-07-20 Application access method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010697070.2A CN111901323A (en) 2020-07-20 2020-07-20 Application access method and device

Publications (1)

Publication Number Publication Date
CN111901323A true CN111901323A (en) 2020-11-06

Family

ID=73190993

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010697070.2A Pending CN111901323A (en) 2020-07-20 2020-07-20 Application access method and device

Country Status (1)

Country Link
CN (1) CN111901323A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020009078A1 (en) * 2000-05-12 2002-01-24 Tim Wilson Server and method for providing specific network services
CN104917775A (en) * 2015-06-17 2015-09-16 北京汇为永兴科技有限公司 Internet access method
CN105592458A (en) * 2014-10-22 2016-05-18 中国电信股份有限公司 Authentication method and system for service of wireless local area network, and server

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020009078A1 (en) * 2000-05-12 2002-01-24 Tim Wilson Server and method for providing specific network services
CN105592458A (en) * 2014-10-22 2016-05-18 中国电信股份有限公司 Authentication method and system for service of wireless local area network, and server
CN104917775A (en) * 2015-06-17 2015-09-16 北京汇为永兴科技有限公司 Internet access method

Similar Documents

Publication Publication Date Title
CN109688280B (en) Request processing method, request processing device, browser and storage medium
US20200057550A1 (en) Method and apparatus for generating customized visualization component
US12155692B2 (en) Distributed endpoint security architecture enabled by artificial intelligence
CN108171547B (en) User behavior tracking method, device, equipment and storage medium
CA3018196A1 (en) Visual regresssion testing tool
CN105912138B (en) A kind of input method and device of phrase
CN108173814B (en) Phishing website detection method, terminal device and storage medium
CN111147431B (en) Method and apparatus for generating information
CN105677658B (en) Page display method and device
CN112968797B (en) Application configuration method, system and storage medium of cloud service software
US20170169122A1 (en) Webpage display method, mobile terminal, intelligent terminal, program and storage medium
US20230359808A1 (en) Distributed Actor-Based Information System and Method
US12131291B2 (en) Method, computer device, and non-transitory computer-readable device for interactive parts drawings with a real-time bill of materials
CN112395848A (en) Rich text display method and device, computer equipment and storage medium
CN112131121B (en) Fuzzy detection method and device for user interface, electronic equipment and storage medium
US20150309667A1 (en) System and Method of Demand Oriented User Interface Framework
CN108509228B (en) Page loading method, terminal equipment and computer readable storage medium
US20220141030A1 (en) Post-completion action management in online document system
CN111222067B (en) Information generation method and device
CN113010823B (en) Display mode switching method and device for web software page
CN111901323A (en) Application access method and device
CN113138702B (en) Information processing method, device, electronic equipment and storage medium
US11151214B2 (en) Dynamically determining a server for enrollment with management system
CN108834202B (en) Information display method and equipment
CN108156534B (en) Method and device for generating demonstration application and computer readable 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20201106

RJ01 Rejection of invention patent application after publication