S
S
SashaZolo2021-08-07 11:06:00
proxy
SashaZolo, 2021-08-07 11:06:00

Do requests go through the proxy after connecting to the proxy with Python?

I have a line in the code with a request to a specific ip. If you run a program on the executable PC that connects me to the proxy. Will the requests I make go through this proxy?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
RusiDev, 2021-08-07
@RusiDev

If you connect to a proxy, then of course they will go through the proxy.

F
freemailroot, 2021-08-07
@freemailroot

If all requests in the system are proxied (and not just a specific program (for example, a browser)) - then yes, everything is fine. Just in case, you can make a request from the Python code for some kind of ip-determinant.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question