CN112464129A - Secure communication method, device and medium for loading H5 page request - Google Patents

Secure communication method, device and medium for loading H5 page request Download PDF

Info

Publication number
CN112464129A
CN112464129A CN202011239947.XA CN202011239947A CN112464129A CN 112464129 A CN112464129 A CN 112464129A CN 202011239947 A CN202011239947 A CN 202011239947A CN 112464129 A CN112464129 A CN 112464129A
Authority
CN
China
Prior art keywords
page
request information
server
page request
packaged
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
CN202011239947.XA
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.)
Guangdong Huaxing Bank Co ltd
Original Assignee
Guangdong Huaxing Bank 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 Guangdong Huaxing Bank Co ltd filed Critical Guangdong Huaxing Bank Co ltd
Priority to CN202011239947.XA priority Critical patent/CN112464129A/en
Publication of CN112464129A publication Critical patent/CN112464129A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/14Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
    • H04L63/1441Countermeasures against malicious traffic

Abstract

The invention provides a secure communication method for loading an H5 page request, which comprises the steps of obtaining H5 page request information initiated by a user through an H5 page; judging whether the H5 page request information belongs to a static request or a dynamic request, loading a static file in a corresponding static Web server according to the H5 page request information belonging to the static request, and sending the static file to an H5 page for completing data loading of the H5 page; repackaging the H5 page request information belonging to the dynamic request according to a preset packaging protocol, and sending the packaged H5 page request information to a corresponding target server through an application server; and receiving the load data sent by the target server and sent by the application server, and sending the load data to the H5 page for completing data loading of the H5 page. According to the secure communication method for loading the H5 page request, the security and the reliability of the H5 page request information in the whole data loading process are guaranteed.

Description

Secure communication method, device and medium for loading H5 page request
Technical Field
The invention relates to the field of data loading, in particular to a secure communication method, equipment and medium for loading an H5 page request.
Background
At present, applications of a mobile terminal are divided into Web applications and APP applications, and most of the time, the functions completed on the Web applications need to be developed again when the functions are transferred to the APP applications, so that time and labor are wasted. And the third-party Web application is loaded directly through the APP application, so that the safety and reliability of data in the transmission process are difficult to ensure, and therefore, certain safety risk exists when the data required by the H5 page is loaded directly through the APP application.
Disclosure of Invention
In order to overcome the defects of the prior art, an object of the present invention is to provide a secure communication method for loading an H5 page request, which can solve the problem that there is a certain security risk in directly loading data required by an H5 page through an APP application.
The second objective of the present invention is to provide an electronic device, which can solve the problem that there is a certain security risk in the data required for loading the H5 page directly through the APP application.
The invention also aims to provide a computer readable storage medium, which can solve the problem that certain security risks exist in the data required by loading the H5 page directly through the APP application at present.
One of the purposes of the invention is realized by adopting the following technical scheme:
a secure communication method for loading an H5 page request, wherein the method is executed by a Webview module in a native APP, and comprises the following steps:
acquiring page request information, and acquiring H5 page request information initiated by a user through an H5 page;
judging the request type, judging whether the H5 page request information belongs to a static request or a dynamic request, if the request belongs to the dynamic request, executing repackaging processing, if the request belongs to the static request, loading a static file in a corresponding static Web server according to the H5 page request information, and sending the static file to an H5 page for completing data loading of the H5 page;
repackaging, namely repackaging the H5 page request information according to a preset packaging protocol to generate packaged H5 page request information;
the access server sends the packaged H5 page request information to a corresponding target server through an application server;
and receiving data, namely receiving loading data sent by the application server after the target server responds to the packaged H5 page request information, and sending the loading data to the H5 page for completing data loading of the H5 page.
Further, the H5 page request information and the packaged H5 page request information both include target server information, and the access server specifically includes: and sending the packaged H5 page request information to an application server, judging whether a target server receiving the packaged H5 page request information belongs to an internal server or an external server according to the target server information, controlling the application server to send the packaged H5 page request information to the corresponding internal server if the target server is the internal server, and controlling the application server to send the packaged H5 page request information to the corresponding external server through an external server if the target server is the external server.
Further, the sending the encapsulated H5 page request information to the application server specifically includes: and carrying out encryption processing and signature processing on the packaged H5 page request information, and sending the packaged H5 page request information subjected to encryption processing and signature processing to an application server through an HTPPS transmission protocol.
Further, before the encryption processing and the signature processing are carried out on the packaged H5 page request information, JSAPI used for establishing communication with an application server in native APP is started.
Further, the H5 page request information includes a request header type, and the determining whether the H5 page request information belongs to a static request or a dynamic request specifically includes: and judging whether the H5 page request information belongs to a static request or a dynamic request according to the type of the request header.
Further, the H5 page request information includes target server information and loading request information, and the accessing the corresponding static file in the static Web server according to the H5 page request information specifically includes: and sending H5 page request information to a corresponding static Web server through an HTPPS transmission protocol according to the target server information, and receiving a static file sent by the static Web server in response to the request information.
A secure communication method for loading H5 page requests, the method being performed by an application manager in a native APP, comprising the steps of:
receiving packaged H5 page request information, and receiving packaged H5 page request information sent by a Webview module, wherein the packaged H5 page request information comprises target server information;
sending packaged H5 page request information, judging whether a target server for receiving the packaged H5 page request information belongs to an internal server or an external server according to the target server information, if the target server is the internal server, sending the packaged H5 page request information to the corresponding internal server, and if the target server is the external server, sending the packaged H5 page request information to the corresponding external server through the external server;
receiving loading data, wherein the loading data sent by an internal server after responding to the packaged H5 page request information or the loading data sent by an external server are received through an external server;
and sending the loading data, and sending the loading data to the Webview module.
Further, the packaged H5 page request information sent by the Webview module is received by the gateway service module, and the packaged H5 page request information is decrypted.
The second purpose of the invention is realized by adopting the following technical scheme:
an electronic device, comprising: a processor;
a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program comprising instructions for performing a secure communication method of one of the load H5 page requests of the present application.
The third purpose of the invention is realized by adopting the following technical scheme:
a computer-readable storage medium having stored thereon a computer program for executing by a processor a secure communication method of the present application for loading a request for a H5 page.
Compared with the prior art, the invention has the beneficial effects that: in the application, the H5 page request information belonging to the dynamic request is repackaged according to the preset packaging protocol to the H5 page request information to generate packaged H5 page request information, the packaged H5 page request information is sent to the corresponding target server through the application server, the loading data sent by the application server after the target server responds to the packaged H5 page request information is received, the loading data is sent to the H5 page to complete the data loading of the H5 page, the H5 page request information is repackaged and then sent to the target server to load the data, the safety and reliability of the H5 page request information in the whole data loading process are ensured, the safety of the whole communication process is improved, and the H5 page code is prevented from being leaked, and constructing an imperceptible secure data transmission tunnel for the third-party Web application.
The foregoing description is only an overview of the technical solutions of the present invention, and in order to make the technical solutions of the present invention more clearly understood and to implement them in accordance with the contents of the description, the following detailed description is given with reference to the preferred embodiments of the present invention and the accompanying drawings. The detailed description of the present invention is given in detail by the following examples and the accompanying drawings.
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 flowchart illustrating a secure communication method for loading an H5 page request according to the present invention;
fig. 2 is a communication-oriented diagram of a secure communication method for loading an H5 page request according to the present invention.
Detailed Description
The present invention will be further described with reference to the accompanying drawings and the detailed description, and it should be noted that any combination of the embodiments or technical features described below can be used to form a new embodiment without conflict.
As shown in fig. 2, the secure communication method for loading an H5 page request in the present application is applied to a native APP, where the native APP is an APP application inside a mobile terminal, for example: WeChat APP, Paibao APP and other software applications. The native APP comprises a WebView module (WebView is a control based on a WebKit engine and showing a Web page) and a JSAPI (script application interface); the Webview module establishes a communication relation with the application server through the JSAPI and the gateway service module, and performs data transmission; the application server is connected with the internal server and performs data transmission with the external server through the external connection server; the Webview module also performs data transmission with the static Web server. The gateway service in fig. 2 is a gateway service module in this embodiment, Webview is the Webview module, the internal service is the internal server, the external agent is the external server, and the external service is the external server; the static Web server stores therein a third-party page, i.e., data displayed by the third-party application. The internal server is a server establishing a connection relationship with the application server, and the external server is a server not directly establishing a communication relationship with the application server. The application server and the gateway service module are external devices which are communicated with the mobile terminal.
As shown in fig. 1-2, a secure communication method for a request to load an H5 page in the present application includes the following steps:
the method includes the steps that page request information is obtained, a Webview module obtains H5 page request information initiated by a user through an H5 page, in the embodiment, the H5 page request information includes a request header type, target server information and loading request information, the request header type is a dynamic request or a static request, and the target server information is address information of a target server. In this embodiment, the Webview module is a unified injection request interceptor for intercepting H5 page request information. The following explanation of the H5 page in this example is as follows: the H5 page is the Hyml5 page, the html5 is a universal web page language for html (Internet hypertext markup language) to be developed into the fifth generation, and is continuously updated and improved, the html5 has a series of new web page display effect functions including a web page drawing board, a dynamic effect and the like, a very good technical basis is provided for dynamic display of mobile terminal web pages, the method is different from the traditional enterprise web site production, a large number of web pages are required to jointly form a complete web site, the H5 page only has a top-down page, and can be simply understood as a single web page, and various designs are matched. The H5 page in the application is the page in the native APP, and the user touches or clicks the H5 page in the native APP to obtain the H5 page request information.
Judging the request type, judging whether the H5 page request information belongs to a static request or a dynamic request by the Webview module, specifically judging whether the H5 page request information belongs to the static request or the dynamic request according to the request header type in the H5 page request information, and if the request header type is the dynamic type, executing repackaging processing if the H5 page request information belongs to the dynamic request; and if the request header type is a static type, the H5 page request information belongs to a static request, the H5 page request information is sent to a corresponding static Web server through an HTPPS (hypertext transfer protocol packet protocol) transmission protocol according to the target server information, a static file sent by the static Web server in response to the request information is received, and the static file is sent to an H5 page to finish data loading of the H5 page. In this embodiment, data transmission is also performed between the static Web server and the Webview module through an HTPPS transport protocol, which is a ssl encryption transport protocol with security, and is used for encrypting communication between the browser and the server to ensure security of data transmission.
And repackaging, namely, the Webview module repackages the H5 page request information according to a preset packaging protocol to generate packaged H5 page request information. In this step, the original H5 page request message is substantially repackaged according to the predetermined packaging protocol without changing the information content of the H5 page request message, i.e. the packaged H5 page request message also contains the target server information and the load request message.
And accessing the server, and sending the packaged H5 page request information to a corresponding target server through the application server by the Webview module. The method comprises the following specific steps: the Webview module starts JSAP used for establishing communication with an application server and a gateway service module in a native APP, then the Webview module encrypts and signs encapsulated H5 page request information, sends the encapsulated H5 page request information subjected to encryption and signing to the gateway service module corresponding to the application server through an HTPPS transmission protocol, and the application server receives encapsulated H5 page request information sent by the Webview module through the gateway service module and decrypts and checks the encapsulated H5 page request information. The encryption processing in this embodiment refers to encryption processing of the packaged H5 page request information according to a national encryption algorithm.
And receiving packaged H5 page request information, and receiving packaged H5 page request information sent by the Webview module by the application server through a corresponding gateway service module, wherein the packaged H5 page request information comprises target server information.
And sending encapsulated H5 page request information, judging whether a target server for receiving the encapsulated H5 page request information belongs to an internal server or an external server by the application server according to the target server information, if the target server is the internal server, sending the encapsulated H5 page request information to the corresponding internal server, and if the target server is the external server, sending the encapsulated H5 page request information to the corresponding external server through the external server.
And receiving the loading data, wherein the application server receives the loading data sent by the internal server after responding to the packaged H5 page request information or receives the loading data sent by the external server through the external server.
And sending the loading data, and sending the loading data to the Webview module by the application server.
And receiving data, wherein the Webview module receives loading data sent by the application server and sent by the target server after responding to the packaged H5 page request information, and sends the loading data to the H5 page for completing data loading of the H5 page.
The application provides an electronic device, including: a processor;
a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program comprising instructions for performing a secure communication method of the present application for loading a request to load a H5 page.
A computer-readable storage medium having stored thereon a computer program for execution by a processor of a secure communication method of the present application for loading an H5 page request is provided.
In the application, the H5 page loading request secure communication method comprises the steps of repackaging H5 page request information according to a preset packaging protocol for H5 page request information belonging to a dynamic request to generate packaged H5 page request information, sending the packaged H5 page request information to a corresponding target server through an application server, receiving loading data sent by the application server after the target server responds to the packaged H5 page request information, sending the loading data to an H5 page for completing data loading of an H5 page, the H5 page request information is repackaged and then sent to the target server for data loading, so that the safety and reliability of the H5 page request information in the whole data loading process are guaranteed, the safety of the whole communication process is improved, the H5 page code is prevented from being leaked, and an insensitive safety data transmission tunnel is constructed for third-party Web application.
The foregoing is merely a preferred embodiment of the invention and is not intended to limit the invention in any manner; those skilled in the art can readily practice the invention as shown and described in the drawings and detailed description herein; however, those skilled in the art should appreciate that they can readily use the disclosed conception and specific embodiments as a basis for designing or modifying other structures for carrying out the same purposes of the present invention without departing from the scope of the invention as defined by the appended claims; meanwhile, any changes, modifications, and evolutions of the equivalent changes of the above embodiments according to the actual techniques of the present invention are still within the protection scope of the technical solution of the present invention.

Claims (10)

1. A secure communication method for loading H5 page request is characterized in that: the method is executed by a Webview module in native APP and comprises the following steps:
acquiring page request information, and acquiring H5 page request information initiated by a user through an H5 page;
judging the request type, judging whether the H5 page request information belongs to a static request or a dynamic request, if the request belongs to the dynamic request, executing repackaging processing, if the request belongs to the static request, loading a static file in a corresponding static Web server according to the H5 page request information, and sending the static file to an H5 page for completing data loading of the H5 page;
repackaging, namely repackaging the H5 page request information according to a preset packaging protocol to generate packaged H5 page request information;
the access server sends the packaged H5 page request information to a corresponding target server through an application server;
and receiving data, namely receiving loading data sent by the application server after the target server responds to the packaged H5 page request information, and sending the loading data to the H5 page for completing data loading of the H5 page.
2. The secure communication method of claim 1, wherein the request to load an H5 page comprises: the H5 page request information and the packaged H5 page request information both include target server information, and the access server specifically includes: and sending the packaged H5 page request information to an application server, judging whether a target server receiving the packaged H5 page request information belongs to an internal server or an external server according to the target server information, controlling the application server to send the packaged H5 page request information to the corresponding internal server if the target server is the internal server, and controlling the application server to send the packaged H5 page request information to the corresponding external server through an external server if the target server is the external server.
3. The secure communication method of claim 2, wherein the request to load an H5 page comprises: the sending of the encapsulated H5 page request information to an application server specifically includes: and carrying out encryption processing and signature processing on the packaged H5 page request information, and sending the packaged H5 page request information subjected to encryption processing and signature processing to an application server through an HTPPS transmission protocol.
4. The secure communication method of claim 2, wherein the request to load an H5 page comprises: before the encryption processing and the signature processing are carried out on the packaged H5 page request information, JSAPI used for establishing communication with an application server in native APP is started.
5. The secure communication method of claim 1, wherein the request to load an H5 page comprises: the H5 page request information includes a request header type, and the determining whether the H5 page request information belongs to a static request or a dynamic request specifically includes: and judging whether the H5 page request information belongs to a static request or a dynamic request according to the type of the request header.
6. The secure communication method of claim 1, wherein the request to load an H5 page comprises: the H5 page request information includes target server information and loading request information, and the accessing of the static files in the corresponding static Web server according to the H5 page request information specifically includes: and sending H5 page request information to a corresponding static Web server through an HTPPS transmission protocol according to the target server information, and receiving a static file sent by the static Web server in response to the request information.
7. A secure communication method for loading H5 page request is characterized in that: the method is performed by an application manager in a native APP, comprising the steps of:
receiving packaged H5 page request information, and receiving packaged H5 page request information sent by a Webview module, wherein the packaged H5 page request information comprises target server information;
sending packaged H5 page request information, judging whether a target server for receiving the packaged H5 page request information belongs to an internal server or an external server according to the target server information, if the target server is the internal server, sending the packaged H5 page request information to the corresponding internal server, and if the target server is the external server, sending the packaged H5 page request information to the corresponding external server through the external server;
receiving loading data, wherein the loading data sent by an internal server after responding to the packaged H5 page request information or the loading data sent by an external server are received through an external server;
and sending the loading data, and sending the loading data to the Webview module.
8. The secure communication method of claim 7, wherein the request to load an H5 page comprises: and receiving the packaged H5 page request information sent by the Webview module through the gateway service module and decrypting the packaged H5 page request information.
9. An electronic device, characterized by comprising: a processor;
a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program comprising instructions for performing a secure communication method of a load H5 page request of any one of claims 1-6 or a secure communication method of a load H5 page request of any one of claims 7-8.
10. A computer-readable storage medium having stored thereon a computer program, characterized in that: the computer program is executed by a processor to perform a secure communication method for loading an H5 page request according to any one of claims 1 to 6 or a secure communication method for loading an H5 page request according to any one of claims 7 to 8.
CN202011239947.XA 2020-11-09 2020-11-09 Secure communication method, device and medium for loading H5 page request Pending CN112464129A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011239947.XA CN112464129A (en) 2020-11-09 2020-11-09 Secure communication method, device and medium for loading H5 page request

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011239947.XA CN112464129A (en) 2020-11-09 2020-11-09 Secure communication method, device and medium for loading H5 page request

Publications (1)

Publication Number Publication Date
CN112464129A true CN112464129A (en) 2021-03-09

Family

ID=74825278

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011239947.XA Pending CN112464129A (en) 2020-11-09 2020-11-09 Secure communication method, device and medium for loading H5 page request

Country Status (1)

Country Link
CN (1) CN112464129A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105653933A (en) * 2016-01-06 2016-06-08 北京京东尚科信息技术有限公司 Plugin loading method and device
CN108733370A (en) * 2018-04-28 2018-11-02 广东蜂助手网络技术股份有限公司 Patterned display methods, device, terminal and the storage medium of primary APP
CN108881396A (en) * 2018-05-24 2018-11-23 平安普惠企业管理有限公司 Loading method, device, equipment and the computer storage medium of network data
CN110096659A (en) * 2019-03-27 2019-08-06 北京三快在线科技有限公司 A kind of page display method, device, equipment and readable storage medium storing program for executing
CN110442811A (en) * 2019-08-14 2019-11-12 广州虎牙科技有限公司 A kind of processing method of the page, device, computer equipment and storage medium
CN110851756A (en) * 2019-10-12 2020-02-28 平安普惠企业管理有限公司 Page loading method and device, computer readable storage medium and terminal equipment
CN111625812A (en) * 2019-02-27 2020-09-04 阿里巴巴集团控股有限公司 Operation processing method and device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105653933A (en) * 2016-01-06 2016-06-08 北京京东尚科信息技术有限公司 Plugin loading method and device
CN108733370A (en) * 2018-04-28 2018-11-02 广东蜂助手网络技术股份有限公司 Patterned display methods, device, terminal and the storage medium of primary APP
CN108881396A (en) * 2018-05-24 2018-11-23 平安普惠企业管理有限公司 Loading method, device, equipment and the computer storage medium of network data
CN111625812A (en) * 2019-02-27 2020-09-04 阿里巴巴集团控股有限公司 Operation processing method and device
CN110096659A (en) * 2019-03-27 2019-08-06 北京三快在线科技有限公司 A kind of page display method, device, equipment and readable storage medium storing program for executing
CN110442811A (en) * 2019-08-14 2019-11-12 广州虎牙科技有限公司 A kind of processing method of the page, device, computer equipment and storage medium
CN110851756A (en) * 2019-10-12 2020-02-28 平安普惠企业管理有限公司 Page loading method and device, computer readable storage medium and terminal equipment

Similar Documents

Publication Publication Date Title
US9544329B2 (en) Client/server security by an intermediary executing instructions received from a server and rendering client application instructions
US8898796B2 (en) Managing network data
US11675868B2 (en) Dynamic service worker code for storing information in web browser
US8910277B1 (en) Process-based domain isolation
CN111159614B (en) Webpage resource acquisition method and device
TW201431325A (en) Resource calling method, client and system of hybrid application clients
CN103744652A (en) Hybrid APP development method and device across mobile terminals
CN112073405A (en) Webpage data loading method and device, computer equipment and storage medium
CN104217173A (en) Method of encrypting data and files for browser
US20100275025A1 (en) Method and apparatus for secure communication
US10778687B2 (en) Tracking and whitelisting third-party domains
CN108449187B (en) Token refreshing method and device
KR101472346B1 (en) Method for providing encrypted web application, terminal supporting the same, and recording medium thereof
US20100005476A1 (en) Mobile electronic device including a portable application and a secured module able to communicate with each other, and associated communication method
CN110083459A (en) The data in cross-page face bury point methods, device, equipment and storage medium
CN115225707A (en) Resource access method and device
CN109325192B (en) Advertisement anti-shielding method and device
CN111882149B (en) Budget declaration system
CN112416395A (en) Hot repair updating method and device
CN112464129A (en) Secure communication method, device and medium for loading H5 page request
CN112468611A (en) Application program starting method, terminal device and computer storage medium
CN113315829B (en) Client offline H5 page loading method and device, computer equipment and medium
US8959216B2 (en) Channel manager for accessing elements for a secure web page through a non-secure channel
CN112380027A (en) Method and terminal for realizing communication among different webpages under mobile terminal environment
CN115834254B (en) Network content security protection method and device, storage medium and electronic equipment

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