Yesterday, I used the proxy in the previous article to test the proxy's access to Web.QQ.com. I found that the access failed and always returned the 400 error.
So we started the test:
1. Detection request header-> remove proxy header-> invalid
2. Access web.qq.com through CCProxy->
3. Use CCProxy for second-level code: http request-> CCProxy-> TCPProxy (Your Own
Java servlet Proxy Server1. Using Maven dependencies 2. Configure Web. xml3. Maven compile plug-in configuration 4. War Pack Tomcat release5. Function can operate similar nginx functions, and if there is a need to cross-domain, or API gateway processing can be used,is still more convenient. The HTTP proxy Servlet Proxy
:\ ip= # DoNot let this cookie tell our internal IP address Listen Appli3-relais0.0.0.0:10003Dispatch192.168.135.17: theListen Appli4-backup0.0.0.0:10004option Httpchk/index.html option persist balance Roundrobin server Inst1192.168.114.56: theCheck Inter -Fall3Server Inst2192.168.114.56:BayiCheck Inter -Fall3Backup Listen SSL-relay0.0.0.0:8443option SSL-hello-chk Balance Source server Inst1192.168.110.56:443Check Inter -Fall3Server Inst2192.168.110.57:443Check Inter -Fall3Server Back1192.168.12
Workaround: Run the cmd window as administrator and enter the command "netsh winsock reset"The netsh winsock reset command, which functions to reset the Winsock directory.If there is a problem with the Winsock protocol configuration on a machine that will cause problems such as network connectivity, you will need to reset the Winsock directory with the Netsh winsock reset command to restore the network.This command re-initializes the network environment to resolve parameter errors caused by soft
HTTP Proxy HTTP protocol detailed2014-01-03 23:36 Source: Proxy IP Resource Network click: 1675 times Today's Web program development technology is really a contention, ASP, PHP, Jsp,perl, AJAX and so on. Regardless of how web technologies evolve in the future, it is important to understand the basic protocols for com
We usually use the HTTP protocol is nothing more than get, post these methods, but the content of HTTP is much more than that. For today, the HTTP proxy uses connect. This is not used in web development, if you are not interested, skip it.Apache is only used as a Web server and will not support this method. If you want
Establish a connection with the proxy server through the HTTP protocol. Protocol signaling contains the IP address and port number of the remote host to be connected. If authentication is required, the authorization information must be added, after the server receives the signaling, it first performs authentication and establishes a connection with the remote host. After the connection is successful, it ret
Visual| Program Network Agent is very many types, according to the Agent Service Program Agent Protocol, divided into HTTP Proxy service program, FTP proxy service program, etc., the server running the Agent service program is called the HTTP proxy server and FTP
Abstract
This memo explains how to usethe upgrade mechanic in HTTP/1.1
Initiate transport layersecurity (TLS) over an existing TCP
Connection. This allowsunsecured and secured HTTP traffic to share
The same well known port (inthis case, http: at 80 rather
Https: at 443). It alsoenables "virtual hosting", so a single
0x00 Preface
The HTTP proxy should be very familiar to all, and it has a very wide application in many aspects. HTTP proxy is divided into forward proxy and reverse proxy, the latter is generally used to provide the services behi
HTTP Proxy principle and implementation (1) (1)
Web Proxy is an entity that exists in the middle of the network and provides various functions. Web agents are everywhere in modern network systems. In my previous post on HTTP, I have repeatedly mentioned the impact of proxy
I have written an article [http protocol details]. This article introduces the proxy server, which is an important component of the HTTP protocol and plays an important role. This article introduces some concepts and working principles of HTTP proxy servers.
Reading directo
, a proxy server is used. if the PC is on any other subnet, a direct connection is used instead of the proxy.
Function findproxyforurl (URL, host){If (isinnet (myipaddress (), "192.168.1.0", "255.255.255.0 "))Return "proxy 192.168.1.1: 8080 ";ElseReturn "direct ";}
In my example file #1, I check that the host is in the 192.168.1.0 (255.255.255.0) sub
I have written an article [HTTP protocol details]. This article introduces the proxy server, which is an important component of the HTTP protocol and plays an important role. This article introduces some concepts and working principles of HTTP proxy servers.
Reading directo
There are many types of network proxies. They are divided into HTTP proxy service programs and FTP Proxy service programs according to the protocol of proxy service program agents, the server that runs the proxy service program is also called the
Implementation of the HTTP proxy server under WindowsSummary: This article describes the advantages of the proxy server, the implementation of the HTTP proxy server under Windows, and finallyBriefly discusses the meaning of implementing a
HTTP proxies are the most classic and most common proxy protocols. Its use is very extensive, commonly seen in the company intranet environment, the General staff need to configure an HTTP proxy browser to access the Internet. At first, HTTP proxies were also used to climb g
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.