[Q]How make generator verify code instagram?

Mmogo.vn

Junior Member
Joined
May 7, 2017
Messages
161
Reaction score
29
i dont know data string to send a POST request success to instagram' server.
everybody interested?
 
If you are new to programming, an easier approach to webrequests is a web browser control. This depends on what language you are programming in a few popular are python and selnium or visual studio (.net) and the webbrowser control.
 
check out stackoverflow com they have some interesting information that has helped me with certain issues.
 
If you are new to programming, an easier approach to webrequests is a web browser control. This depends on what language you are programming in a few popular are python and selnium or visual studio (.net) and the webbrowser control.
i'm a newbie. i want to dev a script by python or js that can generator verify code instagram.
I'm having problems with url POST to server verify instagram
 
check out stackoverflow com they have some interesting information that has helped me with certain issues.
i tried search on google with "verify code instagram" keyword but i dont get the result that i wanted
 
If you don't know how to make a POST request, step back from instagram and go learn the basics.

How to make GET / POST requests.
How to modify headers
How to analyse HTTP requests and understand what each part is doing. Fiddler for window, charles for mac, burp (I think)/ python mitm for linux
Then practise on some simple forms. POST encoding, POST multi part
Make AJAX requests, make JSON posts
Get yourself familar with a HTML parser and JSON library

Then once you can do all the above with your eyes closed, then think about instagram
 
Back
Top