Extracting data without accessing the website

cesario678

Client
Joined
Mar 10, 2022
Messages
195
Reaction score
13
Points
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
Joined
May 15, 2017
Messages
437
Reaction score
104
Points
43
There you go, generating through HTTP requests, might want to use a proxy though :- )
 

Attachments

cesario678

Client
Joined
Mar 10, 2022
Messages
195
Reaction score
13
Points
18
Pronto, gerando por meio de solicitações HTTP, talvez você queira usar um proxy :-)
[/CITAR]
Thank you for the help but the regex is giving an error. and I couldn't see the result.
 

myndeswx

Client
Joined
May 15, 2017
Messages
437
Reaction score
104
Points
43
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
Joined
Mar 10, 2022
Messages
195
Reaction score
13
Points
18
Interessante, funciona para mim.

Vá para janela> tráfego
Então faça aquela solicitação POST
Na janela inferior 'tráfego', clique duas vezes na solicitação
Abra a aba ‘resposta’ e envie a captura de tela aqui

View attachment 120363
[/CITAR]
Tudo está vazio, não houve resposta.
 

cesario678

Client
Joined
Mar 10, 2022
Messages
195
Reaction score
13
Points
18
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

View attachment 120363
Everything is empty, there was no response.
 

cesario678

Client
Joined
Mar 10, 2022
Messages
195
Reaction score
13
Points
18
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

View attachment 120363
Everything is empty, there was no response.
 
  • Thank you
Reactions: myndeswx

cesario678

Client
Joined
Mar 10, 2022
Messages
195
Reaction score
13
Points
18
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

View attachment 120363
Could you give me a tip on what to do to solve this?
 

myndeswx

Client
Joined
May 15, 2017
Messages
437
Reaction score
104
Points
43
Sure, but you have to give some information about what is happening
 

cesario678

Client
Joined
Mar 10, 2022
Messages
195
Reaction score
13
Points
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
Joined
May 15, 2017
Messages
437
Reaction score
104
Points
43
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
 

Attachments

  • Thank you
Reactions: cesario678

cesario678

Client
Joined
Mar 10, 2022
Messages
195
Reaction score
13
Points
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 )

View attachment 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
View attachment 120806
Thank you, now it worked as an alternative.
 
  • Thank you
Reactions: myndeswx

Users Who Are Viewing This Thread (Total: 1, Members: 0, Guests: 1)