I want to use USER PASS within IronPython
Like so…
proxy = urllib2.ProxyHandler({'http': 'http://<USER>:<PASS>@someIP:8080'})
How can this be done ?
I want to use USER PASS within IronPython
Like so…
proxy = urllib2.ProxyHandler({'http': 'http://<USER>:<PASS>@someIP:8080'})
How can this be done ?
First they are input.USERNAME & input.PASSWORD
Second, you need to add them as inputvars first then you can call them in the script
Thanks for your reply, I am using OB1, but I guess it’s not possible in OB1 ?
I know support has been dropped, but I need to know this haha
This site is for OB2 only, sorry