I am using Charles Web Debugging Proxy to debug REST API calls to DeviantArt (https://www.deviantart.com). When I am recording I can see various other calls happing in the background from my Web Browser. But the calls I make from my Julia (and Golang) application doesn't show up. Just blank. Even if I put the Deviant ART endpoint in specifically as the include for record settings it makes no difference.
I assume I must get my Julia app to somehow use Charles. Or maybe not? I don't know how this works.