I tried using curl with netbean and my traffic do not show up on fiddler.
I look things up and I saw
http://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ConfigurePHPcURL
It says I have to set proxy to
curl_setopt($ch, CURLOPT_PROXY, '127.0.0.1:8888');
I sort of understand.
But my visual studio, my firefox, and everything doesn't have to set proxy.
Why does my netbean curl requires me to do so?