Custom User-Agent

Why do we need it?

As we need to be one in a middle of connection to a webserver, the custom user agent is there for that!

How does it work?

We set the custom useragent everytime we request something with the http: and https protocols.

How to use it?

Simply give us your custom user agent

user_agent: "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"

into your personal .PyFunceble.yaml or use the --uset-agent argument from the CLI.