CN111475314A - Network request processing method, device, equipment and storage medium - Google Patents

Network request processing method, device, equipment and storage medium Download PDF

Info

Publication number
CN111475314A
CN111475314A CN202010258126.4A CN202010258126A CN111475314A CN 111475314 A CN111475314 A CN 111475314A CN 202010258126 A CN202010258126 A CN 202010258126A CN 111475314 A CN111475314 A CN 111475314A
Authority
CN
China
Prior art keywords
network request
network
processing
request
rendering control
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
CN202010258126.4A
Other languages
Chinese (zh)
Other versions
CN111475314B (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.)
Sangfor Technologies Co Ltd
Original Assignee
Sangfor Technologies 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 Sangfor Technologies Co Ltd filed Critical Sangfor Technologies Co Ltd
Priority to CN202010258126.4A priority Critical patent/CN111475314B/en
Publication of CN111475314A publication Critical patent/CN111475314A/en
Application granted granted Critical
Publication of CN111475314B publication Critical patent/CN111475314B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • 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/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Mining & Analysis (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a network request processing method of a view rendering control, which comprises the steps of intercepting a system interface through a hook technology in an application process to obtain a network request sent by the view rendering control of the application, and executing a preset processing operation on the network request through a preset processing function.

Description

Network request processing method, device, equipment and storage medium
Technical Field
The present invention relates to the field of request processing technologies, and in particular, to a method, an apparatus, a device, and a computer-readable storage medium for processing a network request of a view rendering control.
Background
Currently, for the processing of wkbev (view rendering Control), a Tcp (Transmission Control Protocol) hook (hook) scheme of iOS (mobile operating system) generally adopts a Private interface to register a Network request of wkbev, transfers the Network request to an NSUR L Protocol (NSUR L Protocol is a part of UR L (Uniform Resource L adapter, Uniform Resource locator) loading system in the iOS operating system), and performs customized processing on the Network request through the NSUR L Protocol, for example, the Network request is sent to a VPN (Virtual Private Network) gateway or other places, so as to achieve the purpose of issuing the Network request of the wkbev.
However, when the above scheme is implemented, only get requests of HTTP (HyperText Transfer Protocol)/HTTPs (HyperText Transfer Protocol over secure HTTP L eye) in wkwewtview can be processed, because when a POST request is processed, the body (request body) content in the request is cleared, so that the request processing has limitations.
Disclosure of Invention
The invention aims to provide a method, a device and equipment for processing a network request of a view rendering control and a computer readable storage medium, which are used for improving the processing range of the network request of the view rendering control so as to increase the compatibility of a network request processing scheme.
In order to achieve the above object, a method for processing a network request of a view rendering control provided by the present invention includes:
intercepting a system interface through a hook technology in an application process to acquire a network request sent by a view rendering control of the application;
and executing the predetermined processing operation on the network request through a preset processing function.
Wherein, the executing the predetermined processing operation on the network request through the preset processing function includes: and sending the network request to a destination end of the network agent through a local forwarding thread by a preset processing function.
Wherein sending the network request to a destination of a network proxy through a local forwarding thread comprises: and forwarding the network request to a local forwarding thread, and sending the network request to a virtual private network gateway of a network agent through the local forwarding thread.
Wherein, the executing the predetermined processing operation on the network request through the preset processing function includes: and executing flow analysis operation on the network request through a preset processing function.
Wherein, the executing the predetermined processing operation on the network request through the preset processing function includes: and executing request head editing operation on the network request through a preset processing function.
In order to achieve the above object, the present invention further provides a network request processing apparatus for view rendering control, including:
the network request intercepting module is used for intercepting a system interface in an application process through a hook technology to acquire a network request sent by a view rendering control of the application;
and the network request processing module is used for executing preset processing operation on the network request through a preset processing function.
Wherein, the network request processing module comprises:
and the sending unit is used for sending the network request to a destination end of the network agent through a local forwarding thread through a preset processing function.
Wherein, the network request processing module comprises:
and the analysis unit is used for executing flow analysis operation on the network request through a preset processing function.
To achieve the above object, the present invention further provides an electronic device comprising:
a memory for storing a computer program;
a processor for implementing the steps of the network request processing method of the view rendering control as described above when the computer program is executed.
To achieve the above object, the present invention further provides a computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, realizes the steps of the network request processing method of the view rendering control as described above.
According to the scheme, the network request processing method of the view rendering control comprises the steps of intercepting a system interface through a hook technology in an application process to obtain a network request sent by the view rendering control of the application, and executing the preset processing operation on the network request through a preset processing function.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art 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 schematic diagram of a WKWebView network proxy process in the prior art;
FIG. 2 is a schematic structural diagram of a system for processing a network request of a view rendering control according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating a method for processing a network request of a view rendering control according to an embodiment of the present invention;
fig. 4 is a schematic flowchart of another method for processing a network request of a view rendering control according to an embodiment of the present invention;
fig. 5 is a flowchart illustrating a specific network request processing method according to an embodiment of the present invention;
FIG. 6 is a schematic structural diagram of a network request processing apparatus for a view rendering control according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the disclosure.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, a schematic diagram of a wkbevview network proxy Process in the prior art, it can be seen that, in the prior art, in order to implement interception of a wkbevview network request, it is first necessary to register and Process scheme (representing access protocols) (http and https) using a private interface, so that NSUR L Protocol can intercept the request, but when the wkbevview loads the request, it needs to Process the request out of the Process, which specifically includes packaging the network request into a Message, and then transmitting the Message to a system Process WebKit (browser engine) through IPC (Inter-Process Communication).
The method comprises the steps of acquiring a network request sent by a view rendering control through an interception system interface in a process, and executing a preset processing operation on the network request, wherein the network request is not processed through NSUR L Protocol, but is directly intercepted in the process and executed in the preset processing operation, so that the loss of the body of the POST request is avoided, the integrity of the network request is ensured, the processing range of the network request of the view rendering control is improved, the compatibility of a network request processing scheme is increased, and the network request sent by the view rendering is intercepted through a system interface instead of the network request through a private interface when the network request is processed, so that the application using the method can be put to an application store.
For convenience of understanding, a system architecture applicable to the technical solution of the present application is introduced below, and refer to fig. 2, which is a schematic structural diagram of a network request processing system for a view rendering control according to an embodiment of the present invention; as can be seen from the figure, the system includes a terminal 11, a network 12 and a destination 13.
Specifically, the terminal 11 deploys an iOS operating system, and installs an iOS application having a view rendering control, and after the view rendering control of the iOS application in the terminal 11 sends a network request, the view rendering control is directly intercepted in an application process through a system interface according to the scheme, and performs a predetermined processing operation. The terminal 11 may be any terminal installed with an iOS operating system, such as: a computer, a tablet, a wearable device, etc., and is not particularly limited herein.
The network 12 is used to transmit network requests to the destination 13. Specifically, if the terminal 12 needs to send a network request to the destination 13, the network request needs to be transmitted through the network 12, and the network 12 may be determined according to the network status and the application requirement in the actual application process, and may be a wireless communication network, such as a mobile communication network or a wireless network, or a wired communication network; either a wide area network or a local area network may be used as circumstances warrant. The destination 13 may be a server, a VPN gateway, or the like, and is not limited in particular, and may be set according to actual situations.
Referring to fig. 3, a schematic flow chart of a method for processing a network request of a view rendering control according to an embodiment of the present invention is shown; the method comprises the following steps:
s101, intercepting a system interface in an application process through a hook technology to obtain a network request sent by a view rendering control of the application;
it should be noted that, if the wkbev view executes the network request through the Webkit process outside the process, a packaging operation is necessary, which may lose the body of the POST request, so that in order to avoid this problem, the present application provides a new processing method, which may successfully intercept the complete network request of the wkbev view in the process, and does not need to send the network request to the Webkit outside the process for processing, thereby ensuring the integrity of the network request and avoiding the data loss in the request.
Specifically, before executing the scheme, a scheme handler (scheme request processing method) for processing http and https requests by default in wwebview needs to be replaced, and the scheme handler is replaced with the processing method described in the cost scheme. Therefore, when WKWebView initiates a network request (http and https requests), the method of the scheme is called to process, namely: according to the scheme, the interception processing is carried out on the system interface, so that the network is intercepted in the process, and because the intercepted request is in the process, the body of the POST request exists and is complete, and the situation that the body of the POST request is discarded after the private interface is intercepted is avoided. It is understood that the system Interface is a system API (Application Programming Interface), i.e., a standard Interface provided in the iOS system. When the network request is intercepted, the network request is intercepted through the interception system API, and the interception is not carried out through a private interface, so that the application applying the scheme can be put on shelf on the Apprestore.
When the network request sent by the view rendering control is acquired through the interface of the interception system in the process, the method specifically includes: and intercepting a system interface through a hook technology in the process to obtain a network request sent by the view rendering control. Specifically, when the network request is intercepted, the method is realized through hook technology, the hook technology is also called a hook function, before the system does not call the function, the hook program captures the message, the hook function obtains control right first, and the hook function can process (change) the execution behavior of the function and can also forcibly end the transfer of the message. Therefore, the method and the device realize interception of the network request through a hook technology, and execute preset processing operation on the network request.
And S102, executing preset processing operation on the network request through a preset processing function.
It should be noted that, after intercepting the network request, the present application may process the network request according to a preset processing function, for example: the network request may be sent to a destination of the network agent through a local forwarding thread, or traffic statistics and analysis, modification of the content of the request header, forwarding of the agent request, and the like may be performed, which is not specifically limited herein and may be set according to an actual situation.
Specifically, the scheme mainly performs the replacement of processing logic through a Method Swizzle under iOS, and the Method Swizzle has the following functions: some requirements are fulfilled at runtime replacing existing methods. In the application, the intercepted network request does not execute the original processing logic but executes the processing logic replaced by the application through the hook view rendering control WKWebView network request. The alternative processing logic of the present application is: the method comprises the steps that a processing function for processing network requests (http requests and https requests) is set to be schemehandler, the schemehandler is a processing class for agent http requests and https requests preset in the application, and how to process intercepted http and https requests can be customized through the processing function. It should be noted that if the processing logic of wkbewview is modified without hook, and the processing classes of http and https are directly set, the program may be directly exited abnormally during running.
The invention adopts a brand-new web agent scheme of WKWebView, is different from the prior technical scheme, can safely and effectively intercept all http/https requests in the WKWebView in a process through a hook standard interface, and has complete content in the requests. The intercepted request can be subjected to predetermined processing operation, and the network request can be ensured to be normally intercepted and processed aiming at the application using WKWebView.
Referring to fig. 4, a schematic flow chart of another method for processing a network request of a view rendering control according to an embodiment of the present invention is shown; it should be noted that, the same parts described in this embodiment and the previous embodiment may be referred to each other, and are not described herein again; in this embodiment, the method specifically includes:
s201, intercepting a system interface in an application process through a hook technology to obtain a network request sent by a view rendering control of the application;
s202, forwarding the network request to a local forwarding thread through a preset processing function, and sending the network request to a virtual private network gateway of a network agent through the local forwarding thread;
s203, performing flow analysis operation on the network request through a preset processing function;
and S204, executing request header editing operation on the network request through a preset processing function.
In this embodiment, for the intercepted network request, the network request may be forwarded and proxied to the VPN gateway, and the scheme is well applied to the tcp hook scheme of the VPN. Fig. 5 is a schematic flow chart of a specific network request processing method according to an embodiment of the present invention; as can be seen from the figure, when a user accesses a page using an application of WKWebView, since the processing logic of http requests and https requests is set: the processing is carried out through the schemeHandler, so that the network request sent by the WKWebView is intercepted and then processed through the schemeHandler; specifically, the schemeHandler intercepts a network request through a hook processing module and processes the scheme request (http and https requests), the hook processing module is used for intercepting a system interface through a hook technology to obtain the network request, when the scheme processes the scheme request, the scheme forwards the network request to a local forwarding thread, the local forwarding thread establishes connection with a VPN gateway through the Internet, and sends VPN traffic to the VPN gateway, so that the purpose of proxying the WWebKView network request is achieved.
The method comprises the steps of intercepting a network request, obtaining a UR L address in an http request header of the intercepted network request, counting the flow according to the size of data obtained from a request packet and a response packet, analyzing user behavior according to the flow counted by a user, and counting or limiting the flow.
In summary, the processing method according to the scheme can greatly improve the compatibility of products, and particularly, the existing scheme cannot process the POST request of wkbev view, and a private interface does not support shelf loading, so that the packaging compatibility of the Tcphook scheme is poor. Furthermore, UIWebView apple does not recommend the use, and application shelf Apprestore using UIWebView is forbidden, but more and more applications are used subsequently by WKWebView, so that tcp hook supporting WKWebView has great significance. And compared with the original hook scheme, the data integrity can be ensured by using the scheme, and the competitiveness of the product is improved. Furthermore, the scheme also supports a TCP hook mode VPN access scheme of the iOS, and improves the diversity and flexibility of the iOS VPN access scheme.
In the following, the network request processing apparatus provided by the embodiment of the present invention is introduced, and the network request processing apparatus described below and the network request processing method described above may be referred to each other.
Referring to fig. 6, a schematic structural diagram of a network request processing apparatus for a view rendering control according to an embodiment of the present invention is provided; the device specifically includes:
a network request intercepting module 21, configured to intercept, in an application process, a system interface through a hook technology, so as to obtain a network request sent by a view rendering control of the application;
and the network request processing module 22 is used for executing a predetermined processing operation on the network request through a preset processing function.
Wherein, the network request processing module comprises:
and the sending unit is used for sending the network request to a destination end of the network agent through a local forwarding thread through a preset processing function.
Wherein the network request sending unit is specifically configured to: and forwarding the network request to a local forwarding thread, and sending the network request to a virtual private network gateway of a network agent through the local forwarding thread.
Wherein, the network request processing module comprises:
and the analysis unit is used for executing flow analysis operation on the network request through a preset processing function.
Wherein, the network request processing module comprises:
and the editing unit is used for executing the request head editing operation on the network request through a preset processing function.
Fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the present invention; the apparatus comprises:
a memory 31 for storing a computer program;
a processor 32, configured to implement the steps of the method for processing a web request of a view rendering control according to any of the above method embodiments when the computer program is executed.
In this embodiment, the device may be a PC (Personal Computer), or may be a terminal device such as a smart phone, a tablet Computer, a palmtop Computer, or a portable Computer.
The device may include a memory 31, a processor 32, and a bus 33.
The memory 31 includes a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program, and the memory provides an environment for the operating system and the execution of computer readable instructions in the non-volatile storage medium. The processor 32 may be a Central Processing Unit (CPU), a controller, a microcontroller, a microprocessor or other data Processing chip in some embodiments, and provides computing and controlling capability for the gateway device, and when executing the computer program stored in the memory 31, the steps of the network request Processing method disclosed in any of the foregoing embodiments may be implemented.
The bus 33 may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown in FIG. 7, but this is not intended to represent only one bus or type of bus.
Further, the device may further include a network interface 34, and the network interface 34 may optionally include a wired interface and/or a wireless interface (e.g., WI-FI interface, bluetooth interface, etc.), which are generally used to establish a communication connection between the device and other electronic devices.
Fig. 7 only shows the device with the components 31-34, and it will be understood by those skilled in the art that the structure shown in fig. 7 does not constitute a limitation of the device, and may comprise fewer or more components than those shown, or some components may be combined, or a different arrangement of components.
The embodiment of the invention also discloses a computer readable storage medium, wherein a computer program is stored on the computer readable storage medium, and when being executed by a processor, the computer program realizes the steps of the network request processing method of the view rendering control according to any method embodiment.
Wherein the storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A network request processing method of a view rendering control is characterized by comprising the following steps:
intercepting a system interface through a hook technology in an application process to acquire a network request sent by a view rendering control of the application;
and executing the predetermined processing operation on the network request through a preset processing function.
2. The method according to claim 1, wherein the performing a predetermined processing operation on the network request by a preset processing function comprises:
and sending the network request to a destination end of the network agent through a local forwarding thread by a preset processing function.
3. The method of claim 2, wherein sending the network request to a destination of a network proxy through a local forwarding thread comprises:
and forwarding the network request to a local forwarding thread, and sending the network request to a virtual private network gateway of a network agent through the local forwarding thread.
4. The method according to claim 1, wherein the performing a predetermined processing operation on the network request by a preset processing function comprises:
and executing flow analysis operation on the network request through a preset processing function.
5. The method according to claim 1, wherein the performing a predetermined processing operation on the network request by a preset processing function comprises:
and executing request head editing operation on the network request through a preset processing function.
6. A network request processing apparatus for view rendering control, comprising:
the network request intercepting module is used for intercepting a system interface in an application process through a hook technology to acquire a network request sent by a view rendering control of the application;
and the network request processing module is used for executing preset processing operation on the network request through a preset processing function.
7. The network request processing apparatus according to claim 6, wherein the network request processing module comprises:
and the sending unit is used for sending the network request to a destination end of the network agent through a local forwarding thread through a preset processing function.
8. The network request processing apparatus according to claim 6, wherein the network request processing module comprises:
and the analysis unit is used for executing flow analysis operation on the network request through a preset processing function.
9. An electronic device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the network request processing method of the view rendering control of any of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, having stored thereon a computer program which, when executed by a processor, carries out the steps of the method of network request processing of a view rendering control of any of claims 1 to 4.
CN202010258126.4A 2020-04-03 2020-04-03 Processing method, device, equipment and storage medium for network request Active CN111475314B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010258126.4A CN111475314B (en) 2020-04-03 2020-04-03 Processing method, device, equipment and storage medium for network request

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010258126.4A CN111475314B (en) 2020-04-03 2020-04-03 Processing method, device, equipment and storage medium for network request

Publications (2)

Publication Number Publication Date
CN111475314A true CN111475314A (en) 2020-07-31
CN111475314B CN111475314B (en) 2024-02-27

Family

ID=71750578

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010258126.4A Active CN111475314B (en) 2020-04-03 2020-04-03 Processing method, device, equipment and storage medium for network request

Country Status (1)

Country Link
CN (1) CN111475314B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112039852A (en) * 2020-08-07 2020-12-04 武汉斗鱼鱼乐网络科技有限公司 Method, storage medium, electronic device and system for protecting core interface
CN113449219A (en) * 2020-11-19 2021-09-28 北京新氧科技有限公司 Method, device, electronic equipment and medium for acquiring image parameters
CN114760282A (en) * 2022-04-29 2022-07-15 深圳依时货拉拉科技有限公司 Network request method, device, equipment and storage medium based on IOS system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108124016A (en) * 2018-01-11 2018-06-05 网宿科技股份有限公司 A kind of method and apparatus for sending POST request
CN110290204A (en) * 2019-06-25 2019-09-27 腾讯科技(深圳)有限公司 A kind of browser crosses implementation method, device and the terminal device of agency
CN110808897A (en) * 2019-11-06 2020-02-18 深信服科技股份有限公司 Proxy access method, user equipment, storage medium, device and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108124016A (en) * 2018-01-11 2018-06-05 网宿科技股份有限公司 A kind of method and apparatus for sending POST request
CN110290204A (en) * 2019-06-25 2019-09-27 腾讯科技(深圳)有限公司 A kind of browser crosses implementation method, device and the terminal device of agency
CN110808897A (en) * 2019-11-06 2020-02-18 深信服科技股份有限公司 Proxy access method, user equipment, storage medium, device and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
PENGYUAN_D: "思考NSURLProtocol无法拦截WKWebView请求的解决思路", Retrieved from the Internet <URL:https://blog.csdn.net/pengyuan_D/article/details/89958936#WKURLSchemeHandler> *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112039852A (en) * 2020-08-07 2020-12-04 武汉斗鱼鱼乐网络科技有限公司 Method, storage medium, electronic device and system for protecting core interface
CN113449219A (en) * 2020-11-19 2021-09-28 北京新氧科技有限公司 Method, device, electronic equipment and medium for acquiring image parameters
CN114760282A (en) * 2022-04-29 2022-07-15 深圳依时货拉拉科技有限公司 Network request method, device, equipment and storage medium based on IOS system

Also Published As

Publication number Publication date
CN111475314B (en) 2024-02-27

Similar Documents

Publication Publication Date Title
CN110300050B (en) Message pushing method and device, computer equipment and storage medium
CN113473651B (en) Communication system and communication method for providing wireless terminal with access to IP network
CN111475314A (en) Network request processing method, device, equipment and storage medium
EP2933955A1 (en) Deep packet inspection method, device, and coprocessor
US10481945B2 (en) System and method for communication management of a multi-tasking mobile device
WO2019228344A1 (en) Resource configuration method and apparatus, and terminal and storage medium
CN103825783A (en) Test method and device
US20140258891A1 (en) Electronic device, storage medium and method for processing information
CN102904959A (en) Network accelerating method and gateway
CN109889468B (en) Network data transmission method, system, device, equipment and storage medium
US9370032B2 (en) Service processing method and apparatus based on android system
CN112187903B (en) Message pushing method and device and message service system
CN110661787A (en) Method and device for capturing Http redirection state code and computer equipment
WO2020187186A1 (en) Data processing method, device and apparatus
CN111131439A (en) iSCSI-based message transmission method, device, equipment and storage medium
WO2014194733A1 (en) Method and device for obtaining contents of page, application apparatus and mobile terminal
CN108512889B (en) Application response pushing method based on HTTP and proxy server
CN112702362B (en) Method and device for enhancing TCP/IP protocol stack, electronic equipment and storage medium
CN112165449B (en) Control method of real-time authority of web application, electronic device and storage medium
CN114189559A (en) Interface repeat request processing method and system based on Axios
US9348790B2 (en) Method for efficient use of content stored in a cache memory of a mobile device
CN112492055A (en) Method, device and equipment for redirecting transmission protocol and readable storage medium
CN112882826A (en) Resource cooperative scheduling method and device
CN110098980B (en) Network debugging method and device, computer equipment and storage medium
CN111200815A (en) Information transmission method and device based on mobile application

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