How to use USER/PASS variable within IronPython?

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

image

2 Likes

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