@Moastafi74 said in load and show page using http client ?:
@Fox why doesn't load full page?
Open the console in the browser on the network tab and go to the page. You will see that multiple requests are used to load the page, not just one.
Вы не понятно пишете, вам нужно импортировать куки илиэспортировать , в общем попробуйте модуль поскольку у BAS свои куки по формату
bas-cookiesTools-main.zip
Or rather, I can't quite understand. After logging in, I save my cookies in the database (is that enough, or do I also need to save them in a text file?). Once I've saved them, I open another bot with the restore cookies function, but it doesn't work. The bot gets stuck with this message
ReferenceError: Can't find variable: VAR_cookie during execution of action 228135269
thankyou for module
@Prmarketing У вас ошибка в логике , там написано что переменную которую вы объявили BAS не может найти вы ее скорее всего прописали маленькими буквами а нужно большими
COOKIES , а не cookies
I've rewritten them many times. Now I've written it in uppercase as [[COOKIE]], but in the database the table is in lowercase 'cookie'. Could this be the problem?"


@Prmarketing Ну так вам нужно с базы достать эту строку , вы если занесли записи через модуль то в том же модуле можно и получать строки с встроенной базы , у каждой строки есть свой индентификатор , та надпись в базе данных никак вообще не сопоставлена с переменной , вам нужно создать фильтр , в нем прописать почту которую вы достаете с базы , после распарсить строку если она найдена и получить отпечаток через действие "CSV parce"


this is a big problem :)
@Prmarketing "Получить записи по критерию" - делаете условие с поиском почты , и вытягиваете после через csv нужный фингерпринт
I'll try, but I don't think I'll succeed.
@Prmarketing это точно работает , это уже от вас зависит


this mode ?
Filter by group, what should I insert, the group of COOKIE?
Is there not an already compiled script that someone has shared?