Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST] What's the variable for the full proxy (IP:PORT:USER:PASS)? #973

Closed
cryophyte opened this issue Mar 25, 2024 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@cryophyte
Copy link

cryophyte commented Mar 25, 2024

I'm trying to parse the proxy (IP:PORT:USER:PASS) and save them in a file, but I don't know what's the VAR of the proxy, it was available in openbullet1 so I'm wondering why it's not available in openbulelt2

@cryophyte cryophyte added the enhancement New feature or request label Mar 25, 2024
@openbullet
Copy link
Owner

openbullet commented Mar 28, 2024

In OB2 you have access to separate things like <data.Proxy.Host>, same for Port, Username and Password. So if you want all of them you are going to have to build the final string yourself, e.g. using a constant string block.

Please refer to the language docs https://discourse.openbullet.dev/t/lolicode-language-documentation/3992

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants