J
J
JSmileMan2016-07-05 02:29:50
proxy
JSmileMan, 2016-07-05 02:29:50

How to properly configure 3Proxy to fully load sites?

Hello!
Configured 3Proxy as a local proxy server to redirect traffic to parent sites.
Almost everything works, but there is a problem with some sites. For example, Yandex.
If you specify the following config, then the site is not fully loaded - there are no beauties, animations and other things.

allow user1 * *yandex.ru
parent 1000 http 192.168.100.1 1234

fecd4b257ad6424fbc82f6b51f65f7f9.png
The logs show that the browser is trying to access static.net to load content, but it is not in the rules.
4999c413283f4e92ac3f88cb7880be5b.png
If you add the address to the config rule, then Yandex loads normally.
allow user1 * *yandex.ru, yastatic.net
parent 1000 http 192.168.100.1 1234

Is it possible to somehow configure 3Proxy so that it is not necessary to specify all the addresses that the browser accesses to fully load the site? Is it possible to just specify yandex.ru and add something else to the config so that it itself allows all connections that are needed for yandex.ru?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Dubrovin, 2016-07-05
@z3apa3a

In short, this is not a good thing to do. You can make a bike on crutches with the replacement of certificates and checking the referrer.
And what prevents you from opening the site once on a separate proxy, selecting host names from the log and including them in the white list? If desired, this process can be automated.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question