Is it possible to set a proxy in the stacker?
-
Hey i wanna know if is possible to set a proxy in the stacker like i PARSE the ip and the port after i use the proxy in a request if yes how to do it?
-
@najort
I haven't test this but should be like thisSET USEPROXY FALSE ## To reset actual proxy (I guess) SET PROXY "<MyParseProxy>" ## format IP:PORT example 127.0.0.1:8000 SET PROXYTYPE HTTP ## Type of Proxy REQUEST GET "https://www.google.com" ## Request with parse proxy HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" HEADER "Pragma: no-cache" HEADER "Accept: */*"
-
@Br4uN I trust you at the right time i will test thanks