Give a command HTTP proxy auth access

0

I'd like to let a command (wsimport) access a URL through an HTTP proxy with authentication.

It can be configured to use a proxy, but not with auth. I was wondering if a tool such as netcat, or any readily available Linux package, could be setup as a proxy without authentication and pass requests onto the proxy which requires authentication?

The idea being that wsimport could point at my proxy without auth and my proxy would know how to auth with the next one.

rich

Posted 2015-02-17T13:15:41.550

Reputation: 1 071

Have you seen this: https://java.net/jira/browse/JAX_WS-231 ?

– Mark R. – 2015-02-17T15:25:03.283

I have, thanks. I don't believe the example given in the top comment works. – rich – 2015-02-18T20:27:08.870

No answers