CN113992640A - Web application agent connection method, device, system, electronic device and medium - Google Patents

Web application agent connection method, device, system, electronic device and medium Download PDF

Info

Publication number
CN113992640A
CN113992640A CN202111086057.4A CN202111086057A CN113992640A CN 113992640 A CN113992640 A CN 113992640A CN 202111086057 A CN202111086057 A CN 202111086057A CN 113992640 A CN113992640 A CN 113992640A
Authority
CN
China
Prior art keywords
connection
web application
field
server
message
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.)
Withdrawn
Application number
CN202111086057.4A
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.)
DBAPPSecurity Co Ltd
Original Assignee
DBAPPSecurity 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 DBAPPSecurity Co Ltd filed Critical DBAPPSecurity Co Ltd
Priority to CN202111086057.4A priority Critical patent/CN113992640A/en
Publication of CN113992640A publication Critical patent/CN113992640A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • 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]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/142Managing session states for stateless protocols; Signalling session states; State transitions; Keeping-state mechanisms

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application relates to a connection method, device, system, electronic device and storage medium of a web application proxy. The connection method of the web application proxy comprises the following steps: analyzing the received message sent by the client to obtain the field content of the message; and establishing connection with the server by using a preset connection mode matched with the message field content. By the method and the device, the problem of low accuracy of the connection mode of the intermediate proxy of the web application in the related technology is solved, and the accuracy of the connection mode of the intermediate proxy of the web application is improved.

Description

Web application agent connection method, device, system, electronic device and medium
Technical Field
The present application relates to the field of communications, and in particular, to a method, an apparatus, a system, an electronic apparatus, and a storage medium for connecting a web application proxy.
Background
The current network becomes a necessary product for people's life, and all major companies also set their own company portals or develop their own transaction platform websites, APPs, etc. through development websites, because the current application layer does not specify development standards and specifications, developers have low thinking and safety awareness, and developing some websites or APPs is only for realizing current functions. However, when acting through a Web Application Firewall (WAF), the intermediate proxy device changes the connection mode to a short connection after acting, thereby causing a situation of service unavailability; for example, the authentication of the web application can be passed based on long connection, and if the original connection mode of the client is changed into short connection after proxy, the authentication cannot be passed; moreover, if the proxy device changes the original connection mode, the number of connections before and after viewing from the proxy device is inconsistent, and the service personnel can easily misjudge the connection mode when viewing, so that the intermediate proxy of the web application is considered to have problems, and the number of connections is increased or reduced.
Aiming at the problem that the connection mode accuracy of the intermediate proxy of the web application is low in the related technology, no effective solution is provided at present.
Disclosure of Invention
The embodiment provides a method, a device, a system, an electronic device and a storage medium for connecting a web application proxy, so as to solve the problem of low accuracy of a connection mode of an intermediate proxy of a web application in the related art.
In a first aspect, in this embodiment, a method for connecting a web application proxy is provided, which in some embodiments includes:
analyzing the received message sent by the client to obtain the field content of the message;
and establishing connection with a server by using a preset connection mode matched with the content of the message field.
In some embodiments, the preset connection manner includes: long connections and short connections.
In some embodiments, establishing a connection with a server by using a preset connection mode matched with the content of the message field includes:
detecting whether the content of the message field carries a Connection field;
determining the field value of the Connection field under the condition that the message field content is detected to carry the Connection field;
and under the condition that the field value of the Connection field is keep-alive, establishing Connection with the server based on the long Connection.
In some of these embodiments, a Connection is established with the server based on the short Connection if the field value of the Connection field is close.
In some of these embodiments, the method further comprises:
under the condition that the Connection field is not detected to be carried in the message field content, acquiring an http protocol version based on the message field content;
and establishing connection with the server based on the long connection under the condition that the http protocol version is a preset protocol version.
In some of these embodiments, the method further comprises:
and establishing connection with the server based on the short connection under the condition that the http protocol version is not a preset protocol version.
In a second aspect, in this embodiment, there is provided a connection apparatus for a web application proxy, including:
the analysis module is used for analyzing the received message sent by the client to obtain the message field content;
and the first establishing module is used for establishing connection with the server by utilizing a preset connection mode matched with the content of the message field.
In a third aspect, in this embodiment, there is provided a connection system for a web application proxy, including: a client device, a web application proxy device, and a server device; wherein the client device is connected to the server device through the web application proxy device;
the client device is used for sending a message;
the server device is used for establishing connection with the web application proxy device;
the web application proxy device is configured to perform the connection method of the web application proxy according to the first aspect.
In a third aspect, in this embodiment, there is provided an electronic apparatus, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements the connection method of the web application proxy according to the first aspect when executing the computer program.
In a fourth aspect, in the present embodiment, there is provided a storage medium having stored thereon a computer program which, when executed by a processor, implements the method for connecting a web application proxy as described in the first aspect above.
Compared with the related art, the connection method, the device, the system, the electronic device and the storage medium of the web application proxy provided in the embodiment analyze the received message sent by the client to obtain the field content of the message; the method for establishing the connection between the preset connection mode matched with the message field content and the server solves the problem of low accuracy of the connection mode of the intermediate proxy of the web application in the related technology, and improves the accuracy of the connection mode of the intermediate proxy of the web application.
The details of one or more embodiments of the application are set forth in the accompanying drawings and the description below to provide a more thorough understanding of the application.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
fig. 1 is a hardware configuration block diagram of a terminal of the connection method of the web application proxy of the present embodiment;
FIG. 2 is a flowchart of a connection method of the web application proxy of the embodiment
FIG. 3 is a flow chart of a method of connection of a web application proxy of the preferred embodiment;
fig. 4 is a block diagram showing the configuration of the connection means of the web application proxy of the present embodiment;
fig. 5 is a block diagram showing the configuration of the connection system of the web application proxy of the present embodiment.
Detailed Description
For a clearer understanding of the objects, aspects and advantages of the present application, reference is made to the following description and accompanying drawings.
Unless defined otherwise, technical or scientific terms used herein shall have the same general meaning as commonly understood by one of ordinary skill in the art to which this application belongs. The use of the terms "a" and "an" and "the" and similar referents in the context of this application do not denote a limitation of quantity, either in the singular or the plural. The terms "comprises," "comprising," "has," "having," and any variations thereof, as referred to in this application, are intended to cover non-exclusive inclusions; for example, a process, method, and system, article, or apparatus that comprises a list of steps or modules (elements) is not limited to the listed steps or modules, but may include other steps or modules (elements) not listed or inherent to such process, method, article, or apparatus. Reference throughout this application to "connected," "coupled," and the like is not limited to physical or mechanical connections, but may include electrical connections, whether direct or indirect. Reference to "a plurality" in this application means two or more. "and/or" describes an association relationship of associated objects, meaning that three relationships may exist, for example, "A and/or B" may mean: a exists alone, A and B exist simultaneously, and B exists alone. In general, the character "/" indicates a relationship in which the objects associated before and after are an "or". The terms "first," "second," "third," and the like in this application are used for distinguishing between similar items and not necessarily for describing a particular sequential or chronological order.
The method embodiments provided in the present embodiment may be executed in a terminal, a computer, or a similar computing device. For example, the method is executed on a terminal, and fig. 1 is a hardware configuration block diagram of the terminal according to the connection method of the web application proxy in this embodiment. As shown in fig. 1, the terminal may include one or more processors 102 (only one shown in fig. 1) and a memory 104 for storing data, wherein the processor 102 may include, but is not limited to, a processing device such as a microprocessor MCU or a programmable logic device FPGA. The terminal may also include a transmission device 106 for communication functions and an input-output device 108. It will be understood by those of ordinary skill in the art that the structure shown in fig. 1 is merely an illustration and is not intended to limit the structure of the terminal described above. For example, the terminal may also include more or fewer components than shown in FIG. 1, or have a different configuration than shown in FIG. 1.
The memory 104 may be used to store computer programs, for example, software programs and modules of application software, such as a computer program corresponding to the connection method of the web application proxy in the present embodiment, and the processor 102 executes various functional applications and data processing by running the computer programs stored in the memory 104, so as to implement the above-mentioned method. The memory 104 may include high speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory 104 may further include memory located remotely from the processor 102, which may be connected to the terminal over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The transmission device 106 is used to receive or transmit data via a network. The network described above includes a wireless network provided by a communication provider of the terminal. In one example, the transmission device 106 includes a Network adapter (NIC) that can be connected to other Network devices through a base station to communicate with the internet. In one example, the transmission device 106 may be a Radio Frequency (RF) module, which is used to communicate with the internet in a wireless manner.
In this embodiment, a connection method for a web application proxy is provided, which can be applied to a web application, and fig. 2 is a flowchart of the connection method for the web application proxy of this embodiment, as shown in fig. 2, the flow includes the following steps:
step S201, parsing the received message sent by the client to obtain the message field content.
In this step, a message (message) is a data unit exchanged and transmitted in the network, that is, a data block to be sent by the station at one time, and the message includes complete data information to be sent, and the message is very different in length, and the length is not limited and is variable; in the present embodiment, the received message is analyzed to obtain complete message field content, so as to ensure the accuracy of matching according to the message field content in step S202.
And step S202, establishing connection with a server by using a preset connection mode matched with the content of the message field.
In this step, a preset connection mode matched with the message field content is preset, and when the message field content is acquired in step S201, the connection mode between the client and the server can be directly determined according to the message field content, so as to realize accurate connection between the client and the server.
Based on the steps S201 to S202, the received message sent by the client is analyzed to obtain the message field content, then the received message sent by the client is analyzed to obtain the message field content, the accurate connection between the client and the server is realized based on the message field content, the problem that when the firewall of the current web application operates in an agent mode, the original connection mode of the client is still kept after the long connection and the short connection identification requested by the client pass through the firewall agent is solved, the phenomenon that the original connection mode of the client is changed by the firewall agent of the web application after the agent passes through the agent, the service is blocked with the server, and the accuracy of the connection mode of the intermediate agent of the web application is low is solved, and the accuracy of the connection mode of the intermediate agent of the web application is improved.
In some embodiments, the preset connection manner includes: long connections and short connections.
In this embodiment, a long connection means that multiple data packets can be continuously transmitted over one connection, and during the connection holding period, if no data packet is transmitted, both sides need to transmit a link detection packet; the short connection means that when both communication parties have data interaction, a connection is established, and after the data transmission is completed, the connection is disconnected, namely, only one service is transmitted in each connection; by setting the two connection modes, the switching of the connection modes of the web application proxy can be realized, so that the connection requirement between the client and the server is met, and the accuracy of the connection mode of the intermediate proxy of the web application is improved.
In some embodiments, establishing a connection with a server by using a preset connection mode matched with the content of the message field includes: detecting whether the content of the message field carries a Connection field; under the condition that the message field content is detected to carry a Connection field, determining the field value of the Connection field; and in the case that the field value of the Connection field is keep-alive, establishing Connection with the server based on the long Connection.
In this embodiment, by detecting a Connection field in a message field, and under the condition that the content of the message field is detected to carry the Connection field, and under the condition that the field value of the Connection field is keep-alive, a Connection mode is established based on a long Connection and a server, the Connection mode between a client and the server can be accurately determined to be the long Connection, and the problem of low accuracy of the Connection mode of an intermediate proxy of a web application in the related art is avoided.
In some of these embodiments, a Connection is established with the server based on a short Connection in the event that the field value of the Connection field is close.
In this embodiment, when the field value of the Connection field is close, a Connection mode between the client and the server may be accurately determined to be a short Connection based on a Connection mode established between the short Connection and the server, so that a problem of low accuracy of a Connection mode of an intermediate proxy of a web application in the related art is avoided.
In some embodiments, the http protocol version may also be obtained based on the content of the message field when the fact that the Connection field is carried in the content of the message field is not detected; and under the condition that the http protocol version is the preset protocol version, establishing connection with the server based on the long connection.
In this embodiment, in order to avoid the problem that the Connection mode cannot be determined when the Connection field is not detected, an http protocol version is obtained based on the content of the message field in this embodiment; under the condition that the http protocol version is the preset protocol version, the long connection mode is determined based on the preset protocol version based on the mode of establishing connection between the long connection and the server, and the accuracy of the connection mode of the intermediate proxy of the web application is ensured.
It should be noted that the preset protocol version may be an http1.1 version, or may be another protocol version, and may be specifically set according to the actual needs of the user.
In some embodiments, the connection with the server may also be established based on the short connection in case the http protocol version is not the preset protocol version.
In this embodiment, a short connection between the server and the client is realized by establishing a connection with the server based on a short connection when the http protocol version is not the preset protocol version, so that the accuracy of the connection mode of the intermediate proxy of the web application is ensured.
The present embodiment is described and illustrated below by means of preferred embodiments.
Fig. 3 is a flowchart of a connection method of a web application proxy according to the preferred embodiment, which can be applied to a web application, and as shown in fig. 3, the connection method of the web application proxy includes the following steps:
step S301: and a firewall of the web application configures a site and sets a corresponding preset connection mode.
In this step, the connection mode includes a long connection and a short connection, so as to realize the function of automatically identifying the connection mode by the web application.
Step S302: and a firewall of the web application analyzes an access message when the client accesses the server or the address of the service port of the web application, and acquires the field content of the message.
Step S303: the firewall of the web application judges whether a Connection field exists in the content of the message field, if so, step S304 is executed, and if not, step S307 is executed.
Step S304, determining whether the value of the Connection field is keep-alive, if yes, executing step S305, and if no, executing step S306.
In this step, if not, it may represent that the value is close.
Step S305: a connection is established with the server based on the long connection.
It should be noted that, when the value of the Connection field is keep-alive, it is described that the client establishes a Connection with the server in a long Connection manner, and the web application backend server initiates a request manner in which the Connection manner is a long Connection.
Step S306: a connection is established with the server based on the short connection.
It should be noted that, when the value of the Connection field is close, it is described that the client establishes a Connection with the server in a short Connection manner, and the web application backend server initiates a Connection manner in a short Connection request manner.
Step S307: and judging whether the http protocol version is the preset protocol version, if so, executing step S305, and if not, executing step S306.
It should be noted that the preset protocol version may be http protocol version 1.1, and the like.
Based on the above steps S301 to S307, in the above manner, when the client accesses the server, the Web application as the intermediate proxy may not change the original connection manner of the client, and the proxy failure problem caused by the long and short connection manners may not occur, so that the processing performance of the Web application may be effectively reduced, and the accuracy of the connection manner of the intermediate proxy of the Web application may be improved.
In this embodiment, a connection device for a web application proxy is further provided, where the connection device is used to implement the foregoing embodiment and preferred embodiments, and the description already made is omitted here for brevity. The terms "module," "unit," "subunit," and the like as used below may implement a combination of software and/or hardware for a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
Fig. 4 is a block diagram of a connection apparatus of the web application proxy of the present embodiment, and as shown in fig. 4, the apparatus includes:
the parsing module 41 is configured to parse a received message sent by a client to obtain a message field content;
and a first establishing module 42, coupled to the parsing module 41, configured to establish a connection with the server by using a preset connection manner matched with the content of the message field.
In some embodiments, the preset connection manner includes: long connections and short connections.
In some of these embodiments, the first establishing module 42 includes: a detecting unit, configured to detect whether a Connection field is carried in the content of the message field; a determining unit, configured to determine a field value of a Connection field when it is detected that the content of the packet field carries the Connection field; the first establishing unit is used for establishing Connection with the server based on the long Connection under the condition that the field value of the Connection field is keep-alive.
In some of these embodiments, the first establishing module 42 further comprises: and a second establishing unit, configured to establish a Connection with the server based on the short Connection if a field value of the Connection field is close.
In some of these embodiments, the apparatus further comprises: the obtaining module is used for obtaining the http protocol version based on the message field content under the condition that the message field content is not detected to carry the Connection field; and the second establishing module is used for establishing connection with the server based on the long connection under the condition that the http protocol version is the preset protocol version.
In some of these embodiments, the apparatus further comprises: and the third establishing module is used for establishing connection with the server based on the short connection under the condition that the http protocol version is not the preset protocol version.
The above modules may be functional modules or program modules, and may be implemented by software or hardware. For a module implemented by hardware, the modules may be located in the same processor; or the modules can be respectively positioned in different processors in any combination.
In this embodiment, a connection system of a web application proxy is further provided, and the system is used to implement the foregoing embodiments and preferred embodiments, and the description already made is omitted for brevity. The terms "module," "unit," "subunit," and the like as used below may implement a combination of software and/or hardware for a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
Fig. 5 is a block diagram of a connection system of the web application proxy according to the embodiment, and as shown in fig. 5, the system includes: a client device 51, a web application proxy device 52, and a server device 53; wherein the client device 51 is connected to the server device 53 through the web application proxy device 52;
the client device 51 is configured to send a message;
the server device 53 is used to establish a connection with the web application proxy device;
the web application proxy device 52 is used to perform the above-described web application proxy connection method.
There is also provided in this embodiment an electronic device comprising a memory having a computer program stored therein and a processor arranged to run the computer program to perform the steps of any of the above method embodiments.
Optionally, the electronic apparatus may further include a transmission device and an input/output device, wherein the transmission device is connected to the processor, and the input/output device is connected to the processor.
Optionally, in this embodiment, the processor may be configured to execute the following steps by a computer program:
step S201, parsing the received message sent by the client to obtain the message field content.
And step S202, establishing connection with a server by using a preset connection mode matched with the content of the message field.
It should be noted that, for specific examples in this embodiment, reference may be made to the examples described in the foregoing embodiments and optional implementations, and details are not described again in this embodiment.
In addition, in combination with the connection method of the web application proxy provided in the foregoing embodiment, a storage medium may also be provided to implement this embodiment. The storage medium having stored thereon a computer program; the computer program, when executed by a processor, implements a method of connecting a web application proxy of any of the above embodiments.
It should be understood that the specific embodiments described herein are merely illustrative of this application and are not intended to be limiting. All other embodiments, which can be derived by a person skilled in the art from the examples provided herein without any inventive step, shall fall within the scope of protection of the present application.
It is obvious that the drawings are only examples or embodiments of the present application, and it is obvious to those skilled in the art that the present application can be applied to other similar cases according to the drawings without creative efforts. Moreover, it should be appreciated that in the development of any such actual implementation, as in any engineering or design project, numerous implementation-specific decisions must be made to achieve the developers' specific goals, such as compliance with system-related and business-related constraints, which may vary from one implementation to another.
The term "embodiment" is used herein to mean that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the present application. The appearances of such phrases in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is to be expressly or implicitly understood by one of ordinary skill in the art that the embodiments described in this application may be combined with other embodiments without conflict.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the patent protection. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present application shall be subject to the appended claims.

Claims (10)

1. A method for connecting a web application proxy, comprising:
analyzing the received message sent by the client to obtain the field content of the message;
and establishing connection with a server by using a preset connection mode matched with the content of the message field.
2. The method according to claim 1, wherein the preset connection mode comprises: long connections and short connections.
3. The method according to claim 2, wherein establishing a connection with a server using a predetermined connection method matching the content of the message field comprises:
detecting whether the content of the message field carries a Connection field;
determining the field value of the Connection field under the condition that the message field content is detected to carry the Connection field;
and under the condition that the field value of the Connection field is keep-alive, establishing Connection with the server based on the long Connection.
4. The method according to claim 3, wherein in the case where a field value of the Connection field is close, a Connection is established with the server based on the short Connection.
5. The method of connecting to a web application proxy of claim 3, wherein the method further comprises:
under the condition that the Connection field is not detected to be carried in the message field content, acquiring an http protocol version based on the message field content;
and establishing connection with the server based on the long connection under the condition that the http protocol version is a preset protocol version.
6. The method of connecting to a web application proxy of claim 5, wherein the method further comprises:
and establishing connection with the server based on the short connection under the condition that the http protocol version is not a preset protocol version.
7. A web application proxy connection apparatus, comprising:
the analysis module is used for analyzing the received message sent by the client to obtain the message field content;
and the first establishing module is used for establishing connection with the server by utilizing a preset connection mode matched with the content of the message field.
8. A web application proxy connection system, comprising: a client device, a web application proxy device, and a server device; wherein the client device is connected to the server device through the web application proxy device;
the client device is used for sending a message;
the server device is used for establishing connection with the web application proxy device;
the web application proxy apparatus is configured to perform the connection method of the web application proxy of any one of claims 1 to 6.
9. An electronic device comprising a memory and a processor, wherein the memory has stored therein a computer program, and the processor is configured to execute the computer program to perform the method of connecting a web application proxy of any one of claims 1 to 6.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method for connecting a web application proxy of any one of claims 1 to 6.
CN202111086057.4A 2021-09-16 2021-09-16 Web application agent connection method, device, system, electronic device and medium Withdrawn CN113992640A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111086057.4A CN113992640A (en) 2021-09-16 2021-09-16 Web application agent connection method, device, system, electronic device and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111086057.4A CN113992640A (en) 2021-09-16 2021-09-16 Web application agent connection method, device, system, electronic device and medium

Publications (1)

Publication Number Publication Date
CN113992640A true CN113992640A (en) 2022-01-28

Family

ID=79735922

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111086057.4A Withdrawn CN113992640A (en) 2021-09-16 2021-09-16 Web application agent connection method, device, system, electronic device and medium

Country Status (1)

Country Link
CN (1) CN113992640A (en)

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
JARYLE: "Connection: close(http协议短链接)和Connection: keep-alive(http协议长链接)有什么区别?", pages 1, Retrieved from the Internet <URL:https://blog.csdn.net/jaryle/article/details/77853913> *
海渊_HAIYUAN: "HTTP Connection头(header)说明:keep-alive和closer的区别", pages 1 - 3, Retrieved from the Internet <URL:https://blog.csdn.net/LL845876425/article/details/89743593?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522170243573716800182796004%2522%252C%2522scm%2522%253A%252220140713.130102334.pc%255Fblog.%2522%257D&request_id=170243573716800182796004&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~blog~first_rank_ecpm_v1~rank_v31_ecpm-2-89743593-null-null.nonecase&utm_term=http&spm=1018.2226.3001.4450> *

Similar Documents

Publication Publication Date Title
US9954737B2 (en) Policy formulating method, policy server, and gateway
CN113613283B (en) Wi-Fi hotspot connection method and terminal
WO2018009815A1 (en) Methods to monitor resources through http/2
CN106330483B (en) Information acquisition method, client device and server device
US9094433B2 (en) Systems and methods for bearer independent protocol gateway optimization
CN110719616A (en) Network switching method and device, storage medium and electronic equipment
CN109889521B (en) Memory, communication channel multiplexing implementation method, device and equipment
CN116406003B (en) Data transmission method, system, device and nonvolatile storage medium
CN112165447A (en) WAF equipment-based network security monitoring method, system and electronic device
CN108322366A (en) Access the methods, devices and systems of network
CN115004752A (en) Perception agent SBP termination method and device, electronic equipment and storage medium
CN112165408B (en) Test method and device for simulating client serial deployment environment
CN111884938B (en) Router information acquisition method and device
CN111277599B (en) Remote call processing method and device
CN112351070A (en) File transmission method and device, storage medium and electronic equipment
CN113992640A (en) Web application agent connection method, device, system, electronic device and medium
US9807790B2 (en) Maximum away duration
CN113422760B (en) Data transmission method, device, electronic device and storage medium
CN114338477B (en) Communication link monitoring method, device, equipment and storage medium
CN114125023B (en) Method and device for determining data connection, storage medium and electronic device
CN105163335B (en) A kind of network access management method, server, mobile terminal and system
CN113014610B (en) Remote access method, device and system
CN108259528A (en) A kind of resource caching method and device
CN110474807A (en) A kind of log processing method and device
CN113132986B (en) Method and device for realizing mesh network of WiFi based on DPP protocol, and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication

Application publication date: 20220128

WW01 Invention patent application withdrawn after publication