IG post request

Morteums

Newbie
Joined
Nov 13, 2018
Messages
9
Reaction score
7
Hey BHW!

I'm working on a project and I'm looking for the instagram's link where I can send a POST request to create an account. Almost like if you want to create an account using netcat and send directly the query to their server.

I try to intercept the request without success, and all links found up to now only give a 405 status code...

Is someone able to get this link or how it's possible to bypass it ?

Many thanks!
 
What I'd do in this situation is, I'd connect my phone to my computer, install wireshark & charles, create an account on my phone and inspect what data is sent to ig servers. After that I'd try my request to be as close as possible to native apps request.
 
My bot is up and running since a good month now. I did it using burp's proxy, the idea is the same.
Thanks again!
 
Back
Top