PARSE USER:PASS of the current working proxy
-
Hello,
I want to parse the proxy username and password and I don't know what is the fixed variable for those, when I try to parse the current proxy which the bot is using to connect I get just the HOST and PORT without the USER and PASS !!!
#PARSE_PROXY PARSE "<PROXY>" LR "" "" -> VAR "PROXY1" #PROXY_VARIABLES UTILITY Variable "PROXY1" Split ":" -> VAR "PROXY2"
I get this result when I try to print the result:
Host: 44.22.35.118
Port: 8080
User: <PROXY2[2]>
Pass:<PROXY2[3]>
-
You cannot read those in OB1. This is a thing you can do in OB2.
-
oh my god everything I want to do is in OB2, first the HTTP 2.0 and now this
-
I've tried this in my config and didn't connect, I don't know why?
SET USEPROXY TRUE SET PROXY "127.0.0.1:8888:USER:PASS" SET PROXYTYPE HTTP
-
I don't think that's supported to be honest. I suggest you just wait for OB2, OB1 is pretty much at the end of its life support-wise
-
Could you please release it in this month or at lease in the the first 2 weeks of February, I can't wait to work with it.
-
I'll release it when it's ready