Hello all, I'm getting started and setting up my development PHP server which is behind our corporate proxy. In shindig/php/config/container.php I set the url and port of our proxy in
> proxy details here in 'proxy.host.com:port' format. > 'proxy' => 'myproxy.proxy.com:8080' but I still get an error "Failed to retrieve gadget content (recieved http code 407)" I suppose, I have to set my user and password to bypass this proxy, but don't know how to configure them... I would appreciate your help! thanks!!
