Extracting data without accessing the website

cesario678

Client
Регистрация
10.03.2022
Сообщения
132
Благодарностей
10
Баллы
18
I would like to create a bot to generate bank accounts like on this website here (https://www.4devs.com.br/gerador_conta_bancaria). I would like to know how I can do this without opening a tab, is there any C# function to do this or another way I can do it? Or using another website?"
 

myndeswx

Client
Регистрация
15.05.2017
Сообщения
418
Благодарностей
95
Баллы
28
There you go, generating through HTTP requests, might want to use a proxy though :- )
 

Вложения

cesario678

Client
Регистрация
10.03.2022
Сообщения
132
Благодарностей
10
Баллы
18

myndeswx

Client
Регистрация
15.05.2017
Сообщения
418
Благодарностей
95
Баллы
28
Interesting, it works for me.

Go to window> traffic
Then make that POST request
In the bottom 'traffic' window double click on the request
Open the 'response' tab and send the screenshot here

120363
 

cesario678

Client
Регистрация
10.03.2022
Сообщения
132
Благодарностей
10
Баллы
18

cesario678

Client
Регистрация
10.03.2022
Сообщения
132
Благодарностей
10
Баллы
18

cesario678

Client
Регистрация
10.03.2022
Сообщения
132
Благодарностей
10
Баллы
18
  • Спасибо
Реакции: myndeswx

cesario678

Client
Регистрация
10.03.2022
Сообщения
132
Благодарностей
10
Баллы
18

myndeswx

Client
Регистрация
15.05.2017
Сообщения
418
Благодарностей
95
Баллы
28
Sure, but you have to give some information about what is happening
 

cesario678

Client
Регистрация
10.03.2022
Сообщения
132
Благодарностей
10
Баллы
18
Sure, but you have to give some information about what is happening
Yes, I mentioned above that there was no message or code at all after running both steps. The first one works and doesn't generate any message, and the second one gives an error and also doesn't generate any message. In the traffic part, the URL appears, and in the response part, it remains blank and doesn't give any message."
 

myndeswx

Client
Регистрация
15.05.2017
Сообщения
418
Благодарностей
95
Баллы
28
A screenshot would definitely help, with traffic window open, 'parameters' and 'response' tabs open (like in my previous screenshot)
need to see the http response code, is it 200 or 429 or what )

120808



It doesn't make much sense, only thing that comes to mind would be test different http methods in project settings.

Change it to 'default' - try making request, changing it to standard - test, alternative - test
120806
 

Вложения

  • Спасибо
Реакции: cesario678

cesario678

Client
Регистрация
10.03.2022
Сообщения
132
Благодарностей
10
Баллы
18
A screenshot would definitely help, with traffic window open, 'parameters' and 'response' tabs open (like in my previous screenshot)
need to see the http response code, is it 200 or 429 or what )

Посмотреть вложение 120808


It doesn't make much sense, only thing that comes to mind would be test different http methods in project settings.

Change it to 'default' - try making request, changing it to standard - test, alternative - test
Посмотреть вложение 120806
Thank you, now it worked as an alternative.
 
  • Спасибо
Реакции: myndeswx

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