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

Support for User Agent (-A) #15

Open
JamoCA opened this issue Apr 17, 2020 · 0 comments
Open

Support for User Agent (-A) #15

JamoCA opened this issue Apr 17, 2020 · 0 comments

Comments

@JamoCA
Copy link

JamoCA commented Apr 17, 2020

Many WAFs are configured to block access if the username is empty or if it contains "CURL".

Please add support for specifying a custom user-agent as well as a default user agent.

I've added a default value to the public init function:

variables.useragent = "cf-curl";

and then added this logic to to the private _commandArg function.

if(len(trim(variables.useragent))){
    c.add('-A "#variables.useragent#"');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant