Does setting agent in ZP affect agent network speed?

  • Автор темы Автор темы catechumen
  • Дата начала Дата начала

catechumen

Пользователь
Регистрация
20.12.2018
Сообщения
111
Реакции
5
Баллы
18
Does setting agent in ZP affect agent network speed?I can open the web page in ZP by using local network, but once I set up the proxy, the web page registration page cannot be loaded,
The URL is: https://www.mycandylove.com/high-school-life#flirts

upload_2019-6-29_10-28-28.png
 

Вложения

  • upload_2019-6-29_10-28-54.png
    upload_2019-6-29_10-28-54.png
    12,1 KB · Просмотры: 306
What browser engine and browser profile settings did you set?
Chrome_engine.png Profile_emulation.png
 
Последнее редактирование:
Could not reproduce it. Url loads with both Chrome and Firefox. with user aget and with proxy.
What zennoposter version do you use?
 
upload_2019-7-2_19-39-5.png
 
Последнее редактирование модератором:
This website has buggy scripts, therefore there is the problem loading it with emulated timezone.
Here is the way to bypass the problem:
1) Open the file %appdata%\ZennoLab\ZennoPoster\5\Settings\globalsettings.settings.json

find the code:
{
"clnMainGroup": "ZennoPoster",
"clnSubGroup": "Traffic",
"clnName": "MaxResponseSize",
"clnType": "System.Int32",
"clnValue": "1048576"
},
and change clnValue increasing it till 8388608, for example

2) Execute the follwing C# code before navigating to website:

C#:
Развернуть Свернуть Копировать
instance.ChangeResponse(@"https://www.mycandylove.com/main.*?\.js",
new[] { @"new Intl\.DateTimeFormat\(this\._localeId,\{month:""numeric"",day:""numeric""\}\)\.format" },
new[] { "Date.parse" }, true);
 
This website has buggy scripts, therefore there is the problem loading it with emulated timezone.
Here is the way to bypass the problem:
1) Open the file %appdata%\ZennoLab\ZennoPoster\5\Settings\globalsettings.settings.json

find the code:
{
"clnMainGroup": "ZennoPoster",
"clnSubGroup": "Traffic",
"clnName": "MaxResponseSize",
"clnType": "System.Int32",
"clnValue": "1048576"
},
and change clnValue increasing it till 8388608, for example

2) Execute the follwing C# code before navigating to website:

C#:
Развернуть Свернуть Копировать
instance.ChangeResponse(@"https://www.mycandylove.com/main.*?\.js",
new[] { @"new Intl\.DateTimeFormat\(this\._localeId,\{month:""numeric"",day:""numeric""\}\)\.format" },
new[] { "Date.parse" }, true);
44156

I can't find this path in the installation package.
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)