CN103516785A - Web page proxy system and communication method thereof - Google Patents

Web page proxy system and communication method thereof Download PDF

Info

Publication number
CN103516785A
CN103516785A CN201310362977.3A CN201310362977A CN103516785A CN 103516785 A CN103516785 A CN 103516785A CN 201310362977 A CN201310362977 A CN 201310362977A CN 103516785 A CN103516785 A CN 103516785A
Authority
CN
China
Prior art keywords
proxy server
network request
object content
request
user terminal
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201310362977.3A
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.)
Shanghai Ai Tai Network Information Co Ltd
Original Assignee
Shanghai Ai Tai Network Information 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 Shanghai Ai Tai Network Information Co Ltd filed Critical Shanghai Ai Tai Network Information Co Ltd
Priority to CN201310362977.3A priority Critical patent/CN103516785A/en
Publication of CN103516785A publication Critical patent/CN103516785A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses a web page agent system and a communication method of the web page agent system. The web page agent system comprises a proxy server, and the proxy server and a user terminal are connected to a network. The communication method includes the steps that S1, the proxy server receives a network request sent by the user terminal; S2, the proxy server obtains an address of a target server from the network request and judges whether the network request is an HTTP request or not, if yes, the step S3 is performed, and if not, the step S4 is performed; S3, the proxy server processes the HTTP request through a standard buffering method, and then the processes are ended; S4, the proxy server forwards the network request to a target server according to the address, and then a target content sent by the target server is received; S5, the proxy server sends the target content to the user terminal. The web page proxy system and the communication method of the web page proxy system can enable the proxy server to process the network request more accurately, and enable the user terminal to obtain a more reliable and stable server.

Description

Webpage agency plant and communication means thereof
Technical field
The present invention relates to a kind of webpage agency plant and communication means thereof.
Background technology
Network has become a requisite part in people's life, work.There is every day thousands of netizen the network informations such as identical video, news by network sharing.Yet the growth rate of existing network speed and network speed is more and more difficult, meet the demand of people to network.
Webpage agency, WEB(network) some caching technologys such as buffer memory, become the major measure of rapid Optimum network environment.Caching technology can reduce the transmission of redundant data in network, reduces network cost, accelerates webpage loading velocity, strengthens user and experiences.From being mainly used in the earliest ISP(ISP), enterprise till now, the application of community, caching technology has obtained significantly developing and becoming more and more universal.Squid(dbase) and Traffic Server(dbase) the increase income appearance of network-caching software of this class also advanced the development of caching technology.
But existing caching technology exists a lot of problems to need to solve, for example, cannot correctly identify the network request that user sends, or cannot correctly obtain the needed data of user, to user, has brought inconvenience.
Summary of the invention
The technical problem to be solved in the present invention is cannot correctly process in order to overcome webpage agency in prior art the network request that user sends, for user brings the defect of inconvenience, provide a kind of more reliable and more stable, the webpage agency plant and the communication means thereof that when processing the network request of user terminal transmission, are difficult for makeing mistakes.
The present invention solves above-mentioned technical problem by following technical proposals: a kind of communication means of webpage agency plant, described webpage agency plant comprises a proxy server, described proxy server and user terminal are all connected in network, and its feature is, described communication means comprises:
S 1, described proxy server receives the network request that user terminal sends, described network request is for asking the object content of described network one destination server;
S 2, described proxy server obtains the address of destination server and judges that whether described network request is HTTP request from described network request, if perform step S 3, perform step if not S 4;
S 3, described proxy server processes described HTTP request, then process ends with the caching method of standard;
S 4, described proxy server forwards described network request to described destination server according to described address, then receives the described object content that described destination server sends;
S 5, described proxy server sends described object content to described user terminal.
In the middle of prior art, proxy server is the station server between user terminal and network, and it has caching function, can improve user terminal and obtain data or surfing.But existing, proxy server cannot correctly identify the network request that user sends, or cannot correctly obtain the defect of the needed data of user, and this is because the network request that proxy server is accepted is divided into HTTP(HTML (Hypertext Markup Language)) request and non-HTTP ask.Proxy server can be processed HTTP request, but not HTTP request itself is not just the request producing by HTTP, cannot be processed after non-HTTP request is received by proxy server and be rejected, can cause in proxy server cache software to be processed undesired, the network request of user terminal can not get the response of expection.
In the present invention, described proxy server obtains the address of destination server and judges whether described network request is HTTP request after receiving network request, so just the non-HTTP request in network request can be separated to processing, non-HTTP request is not processed and can be made proxy server process more accurately network request by the caching method of standard, responds accurately the request of user terminal.And non-HTTP request can not be rejected, by the address of the destination server that obtains, proxy server is transmitted to destination server by described non-HTTP, and the response of destination server is sent to user terminal, to user terminal, provides more accurately, serves more easily.
When network request is HTTP request, proxy server is processed described HTTP request with the caching method of standard, and the caching method of standard comprises: proxy server receives network request; According to the method for processing HTTP request, read the header(header of network request), then parse the address of destination server, obtain the required object content of network request simultaneously; If the buffer memory of described proxy server comprises described object content, the object content in buffer memory is sent to user terminal; If do not comprise described object content in the buffer memory of described proxy server, proxy server forwards described network request to destination server according to described address, and the described object content then destination server being sent is transmitted to described user terminal.
Preferably, described proxy server judges by the expression formula of network request whether described network request is that HTTP asks.HTTP request has legal form, by judging whether the expression formula of network request meets the legal form of HTTP request, just can judging which network request, is HTTP request, and which network request is non-HTTP request.
Preferably, step S 3comprise:
S 31, described proxy server judges that whether described network request is exception HTTP request, if perform step S 4, perform step if not S 32;
S 32, described proxy server processes described HTTP request, then process ends with the caching method of standard.
In the middle of HTTP request, although some request generates by HTTP, this part request, not completely according to HTTP standard implementation, does not meet the legal form of HTTP, by this part request HTTP request of making an exception of.Proxy server, when asking by HTTP outside the mode processing example of buffer memory, just there will be mistake, and described exception HTTP request is transmitted to destination server by above-mentioned steps, can avoid these requests of processing that in proxy server, cache software is made mistakes.
Preferably, step S 32comprise:
S 321, judge in the buffer memory of described proxy server whether comprise described object content, if perform step S 322, perform step if not S 323;
S 322, described proxy server sends described object content in buffer memory to described user terminal, then process ends;
S 323, described proxy server forwards described network request to described destination server according to described address, then receives the described object content that described destination server sends;
S 324, described proxy server sends described object content to described user terminal, then process ends.
In said method, omitted the step of resolving the address of destination server in the caching method of standard.Prior art can read out according to HTTP standard the address of destination server from the header of network request, this step is by domain name system, to parse the address of destination server, likely there will be the inconsistent situation of correct address comprising in the address that parses and network request, cause user to obtain wrong object content.And step S of the present invention 2in from described network request, obtain the address of destination server, omitted this step of address that parses destination server by domain name system, not only can improve the performance of equipment, can also make user be responded accurately.
Step S 324for:
S 324, described proxy server writes buffer memory by described object content and sends described object content to described user terminal, then process ends.
In the buffer memory of described proxy server, do not comprise described object content, described object content is write to buffer memory and can make to ask the user terminal of identical object content to receive faster described object content next time.
Preferably, step S 322for:
S 322, judge whether the write time of object content and the time difference of current time in the buffer memory of described proxy server are less than a default duration, if described proxy server sends described object content in buffer memory to process ends after described user terminal, perform step if not S 323.
Step S 322can guarantee that the object content that user terminal obtains by proxy server is up-to-date, if proxy server is judged: the object content of comparing in buffer memory with the object content of user terminal requests is comparatively outmoded, described proxy server forwards described network request to described destination server according to described address, and receive the described object content that described destination server sends, then described proxy server can write buffer memory by described object content and send described object content to described user terminal and obtain up-to-date object content to guarantee described user terminal.
Preferably, described proxy server is by LINUX(operating system) method obtains the address of destination server from described network request.
The network request that user sends is all TCP(transmission control protocol) request, between user terminal and destination server, be all that the mode of communicating by letter with TCP is set up and contacted, user terminal is known the address of the destination server that the network request that will send is corresponding.The present invention, when receiving network request, no matter whether network request is HTTP request, all obtains the address of the destination server comprising in this network request by the method for LINUX.This address can not guarantee that proxy server is according to network request described in correct address process because of network request being carried out to caching process and changing, and user terminal is responded accurately.LINUX method can be at OSI(open system interconnection) the 3rd layer of model encapsulate tcp data bag with certain agreement again, then be forwarded to decapsulation after proxy server, described like this network request Zhong address has obtained retaining and can not be tampered, and guarantees that network request is by correct processing.
Preferably, the getsockname(that described proxy server provides by LINUX) function obtains the address of destination server.
Webpage agency plant of the present invention adopts Transparent Proxy deployment way, the TPROXY(MODE name providing with LINUX) pattern combines to receive network request, in this mode, passes through getsockname() function can obtain request in the address of destination server.This address is used for sending request to destination server by proxy server, can guarantee that network request is correctly processed.
The invention provides a kind of webpage agency plant, described webpage agency plant comprises a proxy server, described proxy server and user terminal are all connected in network, its feature is, described proxy server comprises: a transceiver module, an acquisition module, a judge module, a cache module and a forwarding module
The network request that described transceiver module sends for receiving user terminal, described network request is for asking the object content of described network one destination server;
Described acquisition module, for receiving after described network request at described transceiver module, obtains the address of destination server from described network request;
Described judge module is used for judging whether described network request is HTTP request, if call described cache module, calls if not described forwarding module;
Described cache module is for processing described HTTP request with the caching method of standard;
Described forwarding module, for forwarding described network request according to described address to described destination server, then calls described transceiver module and receives the described object content that described destination server sends;
Described transceiver module also, for after receiving the described object content of described destination server transmission, sends described object content to described user terminal.
In described webpage agency plant, described webpage agency plant can be realized described communication means.Described proxy server obtains the address of destination server and judges whether described network request is HTTP request after receiving network request, so just the non-HTTP request in network request can be separated to processing, non-HTTP request is not processed and can be made proxy server process more accurately network request by the caching method of standard, responds accurately the request of user terminal.And non-HTTP request can not be rejected, by the address of the destination server that obtains, proxy server is transmitted to destination server by described non-HTTP, and the response of destination server is sent to user terminal, to user terminal, provides more accurately, serves more easily.
Preferably, described judge module judges by the expression formula of network request whether described network request is that HTTP asks.
HTTP request has legal form, by judging whether the expression formula of network request meets the legal form of HTTP request, just can judging which network request, is HTTP request, and which network request is non-HTTP request.
Preferably, described judge module, also for being after HTTP asks judging described network request, judges that whether described network request is exception HTTP request, if call described forwarding module, calls described cache module if not.
In the middle of HTTP request, although some request generates by HTTP, this part request, completely according to HTTP standard implementation, does not meet the legal form of HTTP, and this part request is become to exception HTTP request.Proxy server is when asking by HTTP outside the mode processing example of buffer memory, just there will be mistake, and identify after exception HTTP request by judge module, by forwarding module, described exception HTTP request is transmitted to destination server and can avoids these requests of processing that in proxy server, cache software is made mistakes.
Preferably, described judge module is also for judging whether the buffer memory of described proxy server comprises described object content, if call described transceiver module, sends described object content in buffer memory to described user terminal, calls if not described forwarding module.
Above-mentioned proxy server can omit the address of resolving destination server.Before whether prior art comprises described object content in judging the buffer memory of described proxy server, can from the header of network request, read out according to HTTP standard the address of destination server, this process is by domain name system, to parse the address of destination server, likely there will be the inconsistent situation of correct address comprising in the address that parses and network request, cause user to obtain wrong object content.And acquisition module of the present invention obtains the address of destination server from described network request, omitted this process of address that parses destination server by domain name system, not only can improve the performance of proxy server, can also make user be responded accurately.
Preferably, described cache module is used for, when described transceiver module sends described object content to described user terminal, described object content being write to buffer memory.
In the buffer memory of described proxy server, do not comprise described object content, cache module writes buffer memory by described object content can make to ask the user terminal of identical object content to receive faster described object content next time.
Preferably, described judge module is for comprising after described object content at the buffer memory of judging described proxy server, judge whether the write time of object content and the time difference of current time in the buffer memory of described proxy server are less than a default duration, if call described transceiver module, send described object content in buffer memory to described user terminal, call if not described forwarding module.
Described proxy server can guarantee that the object content that user terminal obtains by proxy server is up-to-date.
Preferably, described acquisition module obtains the address of destination server from described network request by LINUX method.
By the method for LINUX, obtain the address of the destination server comprising in network request, described address can be because of network request being carried out to caching process and changing, guarantee that proxy server, according to network request described in correct address process, is responded user terminal accurately.
Preferably, the getsockname(that described acquisition module provides by LINUX) function obtains the address of destination server.
Positive progressive effect of the present invention is: the present invention can make proxy server process more accurately network request, make user terminal obtain more reliable and stable service, the present invention can also guarantee the correct resource of saving proxy server in network request of processing.
Accompanying drawing explanation
Fig. 1 is the flow chart of embodiment 1 of the communication means of webpage agency plant of the present invention.
Fig. 2 is the structural representation of embodiment 1 of the proxy server of webpage agency plant of the present invention.
Fig. 3 is the flow chart of embodiment 2 of the communication means of webpage agency plant of the present invention.
Embodiment
Below in conjunction with accompanying drawing, provide preferred embodiment of the present invention, to describe technical scheme of the present invention in detail.
Embodiment 1
Referring to Fig. 1, in the present embodiment, a kind of communication means of webpage agency plant, described webpage agency plant comprises a proxy server, and described proxy server and user terminal are all connected in network, and described communication means comprises:
Step 100, described proxy server receive the network request that user terminal sends, and described network request is for asking the object content of described network one destination server.
The getsockname(that step 101, described proxy server provide by LINUX) function obtains the address of destination server and the expression formula by network request judges whether described network request is that HTTP asks, if perform step 102, perform step 104 if not.
By the method for LINUX, obtain the address of the destination server comprising in network request, described address can be because of network request being carried out to caching process and changing, guarantee that proxy server, according to network request described in correct address process, is responded user terminal accurately.By judging whether the expression formula of network request meets the legal form of HTTP request, just can judging which network request, be HTTP request, which network request is non-HTTP request.
Step 102, described proxy server judge that whether described network request is exception HTTP request, if perform step 104, performs step 103 if not.
In the middle of HTTP request, although some request generates by HTTP, this part request, completely according to HTTP standard implementation, does not meet the legal form of HTTP, and this part request is become to exception HTTP request.Proxy server, when asking by HTTP outside the mode processing example of buffer memory, just there will be mistake, and described exception HTTP request is transmitted to destination server by above-mentioned steps, can avoid these requests of processing that in proxy server, cache software is made mistakes.
Step 103, described proxy server are processed described HTTP request, then process ends with the caching method of standard.
Step 104, described proxy server forward described network request to described destination server according to described address, then receive the described object content that described destination server sends.
Step 105, described proxy server send described object content to described user terminal.
Described proxy server obtains the address of destination server and judges whether described network request is HTTP request after receiving network request, so just the non-HTTP request in network request can be separated to processing, non-HTTP request is not processed and can be made proxy server process more accurately network request by the caching method of standard, responds accurately the request of user terminal.And non-HTTP request can not be rejected, by the address of the destination server that obtains, proxy server is transmitted to destination server by described non-HTTP, and the response of destination server is sent to user terminal, to user terminal, provides more accurately, serves more easily.
The present embodiment also provides a kind of webpage agency plant, described webpage agency plant comprises a proxy server, described proxy server and user terminal are all connected in network, referring to Fig. 2, described proxy server comprises: a transceiver module 11, an acquisition module 12, a judge module 13, a cache module 14 and a forwarding module 15.
The network request that described transceiver module 11 sends for receiving user terminal, described network request is for asking the object content of described network one destination server.
Described acquisition module 12 is for receiving after described network request at described transceiver module 11, the getsockname(providing by LINUX) function obtains the address of destination server.
Whether described judge module 13 judges for the expression formula by network request whether described network request is that HTTP asks, be exception HTTP request, if not described forwarding module 15 is called in HTTP request if HTTP request continues to judge described network request.If described network request is exception HTTP request, call described forwarding module 15, if described network request is not exception HTTP request, call described cache module 14.
Described cache module 14 is for processing described HTTP request with the caching method of standard.
Described forwarding module 15, for forwarding described network request according to described address to described destination server, then calls described transceiver module 11 and receives the described object content that described destination server sends.
Described transceiver module 11 also, for after receiving the described object content of described destination server transmission, sends described object content to described user terminal.
Described webpage agency plant can be realized described communication means, makes proxy server process more accurately network request, makes user terminal obtain more reliable and stable service.
Embodiment 2
Referring to Fig. 3, a kind of communication means of webpage agency plant, the communication means of the communication means of the present embodiment and embodiment 1 is basic identical, and difference is only that step 103 is:
Step 1031, judge in the buffer memory of described proxy server whether comprise described object content, if perform step 1032, perform step 1033 if not.
Step 1032, judge whether the write time of object content and the time difference of current time in the buffer memory of described proxy server are less than a default duration, if described proxy server sends described object content in buffer memory to process ends after described user terminal, perform step 1033 if not.
Step 1033, described proxy server forward described network request to described destination server according to described address, then receive the described object content that described destination server sends.
Step 1034, described proxy server write buffer memory by described object content and send described object content to described user terminal, then process ends.
Than the communication means in embodiment 1, omitted the step of resolving the address of destination server in the caching method of standard.This step is by domain name system, to parse the address of destination server, likely there will be the inconsistent situation of correct address comprising in the address that parses and network request, causes user to obtain wrong object content.And in the step 101 of the present embodiment, proxy server obtains the address of destination server from described network request by LINUX method, omitted this step of address that parses destination server by domain name system, the performance that not only can improve the equipment that uses this method, can also make user be responded accurately.
The present embodiment provides again a kind of webpage agency plant, and the webpage agency plant in described webpage agency plant and embodiment 1 is basic identical, and difference is only:
Described judge module is also for judging whether the buffer memory of described proxy server comprises described object content, if the buffer memory of described proxy server comprises described object content, judge module continues judge whether write time of object content in the buffer memory of described proxy server and the time difference of current time are less than one and preset duration; If do not comprise in the buffer memory of described proxy server, described object content calls described forwarding module.If the described time difference is less than described default duration, calls described transceiver module and send described object content in buffer memory to described user terminal; If the described time difference is greater than described default, call described forwarding module.
Described cache module is used for, when described transceiver module sends described object content to described user terminal, described object content being write to buffer memory.
Described webpage agency plant not only can make proxy server process more accurately network request, make user terminal obtain more reliable and stable service, in can also omitting standard cache method when guaranteeing correct processing network request, resolve this step of the address of destination server, the resource of saving proxy server.
Although more than described the specific embodiment of the present invention, it will be understood by those of skill in the art that these only illustrate, protection scope of the present invention is limited by appended claims.Those skilled in the art is not deviating under the prerequisite of principle of the present invention and essence, can make various changes or modifications to these execution modes, but these changes and modification all fall into protection scope of the present invention.

Claims (16)

1. a communication means for webpage agency plant, described webpage agency plant comprises a proxy server, and described proxy server and user terminal are all connected in network, it is characterized in that, and described communication means comprises:
S 1, described proxy server receives the network request that user terminal sends, described network request is for asking the object content of described network one destination server;
S 2, described proxy server obtains the address of destination server and judges that whether described network request is HTTP request from described network request, if perform step S 3, perform step if not S 4;
S 3, described proxy server processes described HTTP request, then process ends with the caching method of standard;
S 4, described proxy server forwards described network request to described destination server according to described address, then receives the described object content that described destination server sends;
S 5, described proxy server sends described object content to described user terminal.
2. the communication means of webpage agency plant as claimed in claim 1, is characterized in that, described proxy server judges by the expression formula of network request whether described network request is that HTTP asks.
3. the communication means of webpage agency plant as claimed in claim 2, is characterized in that, step S 3comprise:
S 31, described proxy server judges that whether described network request is exception HTTP request, if perform step S 4, perform step if not S 32;
S 32, described proxy server processes described HTTP request, then process ends with the caching method of standard.
4. the communication means of webpage agency plant as claimed in claim 3, is characterized in that, step S 32comprise:
S 321, judge in the buffer memory of described proxy server whether comprise described object content, if perform step S 322, perform step if not S 323;
S 322, described proxy server sends described object content in buffer memory to described user terminal, then process ends;
S 323, described proxy server forwards described network request to described destination server according to described address, then receives the described object content that described destination server sends;
S 324, described proxy server sends described object content to described user terminal, then process ends.
5. the communication means of webpage agency plant as claimed in claim 4, is characterized in that, step S 324for:
S 324, described proxy server writes buffer memory by described object content and sends described object content to described user terminal, then process ends.
6. the communication means of webpage agency plant as claimed in claim 4, is characterized in that, step S 322for:
S 322, judge whether the write time of object content and the time difference of current time in the buffer memory of described proxy server are less than a default duration, if described proxy server sends described object content in buffer memory to process ends after described user terminal, perform step if not S 323.
7. the communication means of the webpage agency plant as described in any one in claim 1 to 6, is characterized in that, described proxy server obtains the address of destination server from described network request by LINUX method.
8. the communication means of webpage agency plant as claimed in claim 7, is characterized in that, the getsockname(that described proxy server provides by LINUX) function obtains the address of destination server.
9. a webpage agency plant, described webpage agency plant comprises a proxy server, described proxy server and user terminal are all connected in network, it is characterized in that, described proxy server comprises: a transceiver module, an acquisition module, a judge module, a cache module and a forwarding module
The network request that described transceiver module sends for receiving user terminal, described network request is for asking the object content of described network one destination server;
Described acquisition module, for receiving after described network request at described transceiver module, obtains the address of destination server from described network request;
Described judge module is used for judging whether described network request is HTTP request, if call described cache module, calls if not described forwarding module;
Described cache module is for processing described HTTP request with the caching method of standard;
Described forwarding module, for forwarding described network request according to described address to described destination server, then calls described transceiver module and receives the described object content that described destination server sends;
Described transceiver module also, for after receiving the described object content of described destination server transmission, sends described object content to described user terminal.
10. webpage agency plant as claimed in claim 9, is characterized in that, described judge module judges by the expression formula of network request whether described network request is that HTTP asks.
11. webpage agency plants as claimed in claim 10, it is characterized in that, described judge module, also for being after HTTP asks judging described network request, judges whether described network request is exception HTTP request, if call described forwarding module, call if not described cache module.
12. webpage agency plants as claimed in claim 11, it is characterized in that, described judge module is also for judging whether the buffer memory of described proxy server comprises described object content, if call described transceiver module, send described object content in buffer memory to described user terminal, call if not described forwarding module.
13. webpage agency plants as claimed in claim 12, is characterized in that, described cache module is used for, when described transceiver module sends described object content to described user terminal, described object content being write to buffer memory.
14. webpage agency plants as claimed in claim 12, it is characterized in that, described judge module is for comprising after described object content at the buffer memory of judging described proxy server, judge whether the write time of object content and the time difference of current time in the buffer memory of described proxy server are less than a default duration, if call described transceiver module, send described object content in buffer memory to described user terminal, call if not described forwarding module.
15. webpage agency plants as described in any one in claim 9 to 14, is characterized in that, described acquisition module obtains the address of destination server from described network request by LINUX method.
16. webpage agency plants as claimed in claim 15, is characterized in that the getsockname(that described acquisition module provides by LINUX) function obtains the address of destination server.
CN201310362977.3A 2013-08-19 2013-08-19 Web page proxy system and communication method thereof Pending CN103516785A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310362977.3A CN103516785A (en) 2013-08-19 2013-08-19 Web page proxy system and communication method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310362977.3A CN103516785A (en) 2013-08-19 2013-08-19 Web page proxy system and communication method thereof

Publications (1)

Publication Number Publication Date
CN103516785A true CN103516785A (en) 2014-01-15

Family

ID=49898802

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310362977.3A Pending CN103516785A (en) 2013-08-19 2013-08-19 Web page proxy system and communication method thereof

Country Status (1)

Country Link
CN (1) CN103516785A (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103973812A (en) * 2014-05-23 2014-08-06 上海斐讯数据通信技术有限公司 Service interface providing method and system based on uniform resource locator in HTTP
CN104023049A (en) * 2014-05-16 2014-09-03 中国科学院计算技术研究所 Method and system for mapping HTTP service to information center network
CN104539645A (en) * 2014-11-28 2015-04-22 百度在线网络技术(北京)有限公司 Method and equipment for processing http request
CN104994079A (en) * 2015-06-10 2015-10-21 网宿科技股份有限公司 Access request processing method, access request processing device and acceleration server
CN106790647A (en) * 2017-01-15 2017-05-31 网宿科技股份有限公司 A kind of method and system of self adaptation Service Management
CN106911735A (en) * 2015-12-22 2017-06-30 北京奇虎科技有限公司 Data capture method and device
WO2017156672A1 (en) * 2016-03-14 2017-09-21 Ebay Inc. System and method for delegating content processing
CN107707373A (en) * 2017-02-21 2018-02-16 贵州白山云科技有限公司 A kind of dynamic resource based on API request accesses accelerated method
CN107707593A (en) * 2017-02-21 2018-02-16 贵州白山云科技有限公司 A kind of dynamic resource for improving cache hit rate accesses accelerating method and device
CN108667934A (en) * 2018-05-11 2018-10-16 中国平安人寿保险股份有限公司 Information processing method, device, electronic equipment and storage medium
CN109040316A (en) * 2018-09-19 2018-12-18 天津字节跳动科技有限公司 HTTP service treating method and apparatus
CN109450991A (en) * 2018-10-19 2019-03-08 网宿科技股份有限公司 Data transmission acceleration method, relevant device and acceleration system based on mobile application
CN111787110A (en) * 2020-07-03 2020-10-16 国网湖北省电力有限公司 Socks proxy discovery method and system
CN112637333A (en) * 2020-12-22 2021-04-09 畅捷通信息技术股份有限公司 Intelligent client agent method

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080183902A1 (en) * 2007-01-31 2008-07-31 Nathaniel Cooper Content transform proxy
CN101287013A (en) * 2008-05-30 2008-10-15 杭州华三通信技术有限公司 Method for updating Webpage and Web proxy device
CN101335762A (en) * 2007-06-25 2008-12-31 株式会社日立制作所 Method, server, terminal and system reflecting historical using behavior of webpage
CN101345752A (en) * 2008-08-15 2009-01-14 北京立通无限科技有限公司 Method, apparatus and system for guarantee safety of mobile terminal access to WEB resource
US20110302298A1 (en) * 2010-06-07 2011-12-08 Salesforce.Com, Inc. Method and system for testing multiple components of a multi-tenant, multi-domain, multi-tiered website
CN102457565A (en) * 2010-11-03 2012-05-16 中国电信股份有限公司 Method for accessing network by mobile terminal, and agency server
CN101662503B (en) * 2009-09-14 2012-09-05 金蝶软件(中国)有限公司 Information transmission method, proxy server and service system in network

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080183902A1 (en) * 2007-01-31 2008-07-31 Nathaniel Cooper Content transform proxy
CN101335762A (en) * 2007-06-25 2008-12-31 株式会社日立制作所 Method, server, terminal and system reflecting historical using behavior of webpage
CN101287013A (en) * 2008-05-30 2008-10-15 杭州华三通信技术有限公司 Method for updating Webpage and Web proxy device
CN101345752A (en) * 2008-08-15 2009-01-14 北京立通无限科技有限公司 Method, apparatus and system for guarantee safety of mobile terminal access to WEB resource
CN101662503B (en) * 2009-09-14 2012-09-05 金蝶软件(中国)有限公司 Information transmission method, proxy server and service system in network
US20110302298A1 (en) * 2010-06-07 2011-12-08 Salesforce.Com, Inc. Method and system for testing multiple components of a multi-tenant, multi-domain, multi-tiered website
CN102457565A (en) * 2010-11-03 2012-05-16 中国电信股份有限公司 Method for accessing network by mobile terminal, and agency server

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104023049A (en) * 2014-05-16 2014-09-03 中国科学院计算技术研究所 Method and system for mapping HTTP service to information center network
CN103973812B (en) * 2014-05-23 2018-05-25 上海斐讯数据通信技术有限公司 Service interface providing method and system based on uniform resource locator in http protocol
CN103973812A (en) * 2014-05-23 2014-08-06 上海斐讯数据通信技术有限公司 Service interface providing method and system based on uniform resource locator in HTTP
CN104539645A (en) * 2014-11-28 2015-04-22 百度在线网络技术(北京)有限公司 Method and equipment for processing http request
CN104994079A (en) * 2015-06-10 2015-10-21 网宿科技股份有限公司 Access request processing method, access request processing device and acceleration server
CN104994079B (en) * 2015-06-10 2018-09-07 网宿科技股份有限公司 The treating method and apparatus of access request accelerates server
CN106911735A (en) * 2015-12-22 2017-06-30 北京奇虎科技有限公司 Data capture method and device
CN106911735B (en) * 2015-12-22 2021-12-21 北京奇虎科技有限公司 Data acquisition method and device
CN109076097A (en) * 2016-03-14 2018-12-21 电子湾有限公司 System and method for entrusting contents processing
WO2017156672A1 (en) * 2016-03-14 2017-09-21 Ebay Inc. System and method for delegating content processing
CN109076097B (en) * 2016-03-14 2021-06-29 电子湾有限公司 System and method for delegated content processing
CN106790647A (en) * 2017-01-15 2017-05-31 网宿科技股份有限公司 A kind of method and system of self adaptation Service Management
CN107707373B (en) * 2017-02-21 2018-08-17 贵州白山云科技有限公司 A kind of dynamic resource access accelerated method based on API request
CN107707593A (en) * 2017-02-21 2018-02-16 贵州白山云科技有限公司 A kind of dynamic resource for improving cache hit rate accesses accelerating method and device
CN107707373A (en) * 2017-02-21 2018-02-16 贵州白山云科技有限公司 A kind of dynamic resource based on API request accesses accelerated method
CN108667934A (en) * 2018-05-11 2018-10-16 中国平安人寿保险股份有限公司 Information processing method, device, electronic equipment and storage medium
CN109040316A (en) * 2018-09-19 2018-12-18 天津字节跳动科技有限公司 HTTP service treating method and apparatus
CN109450991A (en) * 2018-10-19 2019-03-08 网宿科技股份有限公司 Data transmission acceleration method, relevant device and acceleration system based on mobile application
CN111787110A (en) * 2020-07-03 2020-10-16 国网湖北省电力有限公司 Socks proxy discovery method and system
CN111787110B (en) * 2020-07-03 2023-03-31 国网湖北省电力有限公司 Socks proxy discovery method and system
CN112637333A (en) * 2020-12-22 2021-04-09 畅捷通信息技术股份有限公司 Intelligent client agent method

Similar Documents

Publication Publication Date Title
CN103516785A (en) Web page proxy system and communication method thereof
CN106534243B (en) Caching, requesting and responding method based on HTTP protocol and corresponding device
US9571556B2 (en) Browser kernel adaptation method and browser therefor
EP2763494A1 (en) Internet access method, terminal and storage medium
CN105024971A (en) Communication protocol conversion method and communication protocol conversion device
CN104967613B (en) The system and method that data are transmitted under a kind of mobile network environment
EP2728831B1 (en) Determination of information relating to messages
CN104994079A (en) Access request processing method, access request processing device and acceleration server
CN104519139B (en) Caching method, caching edges server, caching Core server and caching system System
US10136375B2 (en) Method for service data management, apparatus, and system
CN113271362B (en) Education resource processing method, device, system and medium based on hybrid cloud
CN106411978B (en) Resource caching method and device
CN111245831A (en) FTP data transmission method and device, and information interaction system of server and client
CN110888329A (en) Intelligent home platform with open access of equipment manufacturer and data processing method thereof
US20160204904A1 (en) Service Message Transmitting Method and Device
CN109587210A (en) A kind of implementation method of the information push of more browser-safes
US20130226984A1 (en) Method and apparatus of providing optimized web browser communications
JP2003141002A (en) Url length conversion system and program
CN103533001A (en) Communication method and communication system based on HTTP multi-proxy, and intermediate proxy server
EP3119044B1 (en) Page insertion method and device
CN108259576B (en) Software and hardware real-time information transmission system and method
CN103067495A (en) Method and device pushing information
CN113746851B (en) Proxy system and method supporting real-time analysis of GRPC request
CN103051722B (en) A kind ofly determine the method whether page is held as a hostage and relevant device
CN112039801B (en) Method, system and proxy server for setting IP information

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20140115