Code it
4.6K views | +0 today
Follow
Code it
This is a curated resource for programmers and software architects. It is regularly updated with Articles, Hacks, How Tos, Examples and Code.
Curated by nrip
Your new post is loading...
Your new post is loading...
Scooped by nrip
Scoop.it!

How to reverse engineer 3rd party mobile API calls with Postman

How to reverse engineer 3rd party mobile API calls with Postman | Code it | Scoop.it

This post will show you how you can combine the native proxy function of your iOS device to route to Postman. Where you can then start tracing the API calls made by a native mobile application. Makes sense so far? Cool! Let’s get to it!

 

- have postman installed. So click on the icon at the top right that allows you to capture requests. Toggle the “Capture Requests” flag to on, and you are good to go here.

- open up the command shell, and type “ipconfig” to find out your local IP address ; Note it down

- pick up your mobile device. Go to your WIFI settings and select “Configure Proxy” ;

- enter the IP you just noted down as “Server” and type 5555 for the “Port” ;

- Once you press save, you will immediately see some URLs passing by on the Postman history …

- Now open up the app you want to trace… and do whatever you want to trace… �

 

see the details with screenshots at https://kvaes.wordpress.com/2021/05/05/how-to-reverse-engineer-3th-party-mobile-api-calls-with-postman/

 

No comment yet.
Scooped by nrip
Scoop.it!

5 reasons you should forget the coding bootcamp & study online instead

5 reasons you should forget the coding bootcamp & study online instead | Code it | Scoop.it

Teaching coding languages and skills is a critical need in today’s technology-infused society, but we’re falling behind in the talent wars.

Even though programming jobs are some of the best paying in the world, the gap of qualified developers and programmers is only projected to increase in the next several years. In fact, it’s estimated that there will be 1 million jobs left vacant by 2020 because of this alarming lack of qualified developers.


The lack of qualified talent in the computer science field has created fertile ground for the growing number of coding boot camps popping up across the nation. In fact, a recent study found that this year, the number of boot camp graduates is expected to triple from last year’s numbers, yielding nearly 6,000 graduates.


These intensive, multi-week full-time courses claim that they provide students with the necessary skills they need to join the world of developers.


While boot camps can assist with providing new skillsets and helping fill the talent gap, they are still somewhat limited in what they can offer. Here are a few reasons why e-learning is a better alternative:


    No comment yet.