About 1 results found. (Query 0.01000 seconds)
Firefox sends: // User-Agent: blabla // Proxy-Connection: keep-alive // Host: blabla.i2p // // We could send these (filtered like in HTTPClient) on to the outproxy, // but for now just chomp them all. line = null ; } else { // Add Proxy-Authentication header for next hop (outproxy) if ( usingWWWProxy & & Boolean . parseBoolean ( getTunnel ( ) . getClientOptions ( ) . getProperty ( PROP_OUTPROXY_AUTH ) ) ) { // specific for this proxy String user = getTunnel ( ) . getClientOptions ( ) ....