multysplex
Newbie
- Dec 18, 2021
- 8
- 2
Hello, please tell me how can I log in to any site through a POST request? First, I need WireShark and see what JSON scheme is sent and then adjust it for myself?
Let's say there is a "Buy" button in the application on the phone, how then can I understand what is being sent? I want to form the same request so that my script on my phone does the same thing as when I click on the "Buy" buttonYou don't need wireshark. You can use chrome or firefox request tab to check which requests ate being made. Then you replicate with your favorite programming language.
Well, is it a mobile app or a website?Let's say there is a "Buy" button in the application on the phone, how then can I understand what is being sent? I want to form the same request so that my script on my phone does the same thing as when I click on the "Buy" button
mobile appWell, is it a mobile app or a website?
that is, I can simulate a POST request myself and I don't need any token?https://httptoolkit.tech/
androidAre you using android or ios?
Is is rooted?android
android is not rootedIs is rooted?
you can try using charles proxy to sniff requests. But the app may prevent that, you will only know if you try.
I doubt you can do that today friend, sorry haha.Hello, please tell me how can I log in to any site through a POST request? First, I need WireShark and see what JSON scheme is sent and then adjust it for myself?
and what is the difficulty?I doubt you can do that today friend, sorry haha.