X
X
Xveeder2020-11-17 18:55:57
Java
Xveeder, 2020-11-17 18:55:57

Which HTTP client in Java with sending requests through a proxy with authorization should I choose?

Gentlemen, I welcome you all.

I recently switched to Java and just needed to write one project related to data parsing via HTTP and using paid proxies with authorization. Do not tell me, maybe there is a ready-made client, or in which direction to dig, so that you can use not ordinary proxies, but proxies with authorization by login / password.

Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2020-11-17
@Xveeder

maybe there is a ready client

There are . And even in the standard library.
which way to dig

In the direction of documentation, of course.

A
Alexey Cheremisin, 2020-11-17
@leahch

I use okhttp https://square.github.io/okhttp/
Authorization in proxy can be done like this - https://stackoverflow.com/questions/35554380/okhtt...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question