How to run Async/Await in Parallel or serial with JavaScript
In this tutorial I will show you how you can easily run async/await in
Learn how to setup Charles proxy for iOS (iPhone / iPad)
In this tutorial I will show you how to setup Charles with your iPhone. Charles is an extremely useful tool. I have used it often to debug my network calls, or to change the value that the server has returned to ensure that my app is behaving correctly.
The first thing that you need to do once you have Charles open is to navigate to:
Help
-> SSL Proxying
-> Install Charles Root Certificate on a Mobile Device or Remote Browser
When you do that you should see a window similar to this:
Configure Proxy
:Manual
from the list:install
in the top right on your screen:install
again, also in the top right on your screen:install
again when prompted:Settings
-> General
, and click on About
:Certificate Trust Settings
:Charles Proxy CA
:Continue
on the popup:You should now be able to use Charles. If Charles asks you to allow the connection click on Allow
. If you don’t allow the connection you will not be able to use the proxy until you allow it.