简体   繁体   中英

How to connect a Java application through a BlueCoat proxy?

I´m trying to connect a Java application through a BlueCoat proxy, an I´m getting an HTTP status of 407, with a message that says that "credentials are missing"...

Does anyone have some Java code to read an HTML page through this kind of proxy, using integrated security?

I think the built in Java http connection classes do not support proxies. Try the Apache HttpClient at: http://hc.apache.org/httpclient-3.x instead.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM