@Webmaster
Ty Very Much Mr. Webmaster I did it Here in this example :
Convert a Boolean value to Yes-No.xml
because that way I have to do it for all Variables every time but I want to do it for all different Variables at once. I want it to be a global over all the script
smartest/fastest/lightest way to check if proxy is working?
-
right now i use GET on a website that works 24/7 so if i get an error then it means that proxy is offline.
but is there any more lightweight way to do this?
-
Not that I know of. You'll need to tunnel through the proxy to really check the connection. I either do a proxy checker site to make sure nothing is leaking, or I just do the simple GET request against the site(s) I'm working with/on.