Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Proxy Testing Tool?

Dear cross-projects,

for the error reporting we use the Apache HTTP Client to send error reports to its REST server. We spotted an issue how we handle proxies that require authentication - but were unfortunately not yet able completely fix it.

I wonder how other projects test proxied communication. Is there something like a “proxy simulator” or a set of test proxies you use? It would be great if others could share their setups.

In case s/o has deeper knowledge in using the Apache HTTP Client APIs: the code we use to configure our HTTP proxy is in [1].

All insights are welcome.

Thank you
Marcel



——

Statistics for the latest RC:

Number of requests with no authentication:
P2: 3278
Apache: 3280

Number of requests with any (or unknown) authentication:
P2: 74
Apache: 30

Number of requests with NTLM authentication:
P2: 24
Apache: 6



Back to the top