Yo, thanks for this! I was stuck on the same thing for days. One tip I’d add is to use Charles Proxy if you’re dealing with web traffic debugging. It’s not free, but it’s worth it if you’re doing dev work or need to inspect HTTP/HTTPS traffic.
Also, for anyone wondering, you can use proxy macOS with terminal commands too. Just type `networksetup -setwebproxy` followed by your details. Super handy if you’re into scripting.
Also, for anyone wondering, you can use proxy macOS with terminal commands too. Just type `networksetup -setwebproxy` followed by your details. Super handy if you’re into scripting.
