Extracting data without accessing the website

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

cesario678

Client
Регистрация
10.03.2022
Сообщения
227
Реакции
13
Баллы
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?"
 
There you go, generating through HTTP requests, might want to use a proxy though :- )
 

Вложения

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
 
  • Спасибо
Реакции: myndeswx
Sure, but you have to give some information about what is happening
 
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."
 
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
 

Вложения

  • 1714215314708.png
    1714215314708.png
    14,1 KB · Просмотры: 100
  • Спасибо
Реакции: cesario678
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

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