You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I wants to use proxy in snoopy so anyone have any idea how to use proxy in code . my code is this $snoopy = new Snoopy; $snoopy->proxy_host = "ip address"; $snoopy->proxy_port = "8080";
but not working.
Thanks