Forwarding Requests To An Authenticated Proxy With Squid In my web scraping adventures, I’ve run into the problem of attempting to use an authenticated proxy with Selenium. Using a proxy is relatively easy to configure…
Tag: Python
Calling Command Line Tools With The Python Subprocess Module
Being able to use and control external tools within a programming language is a valuable resource. Obviously its ideal to have libraries and modules for such things, but sometimes when you’re trying to move fast,…
Sending OpenTelemetry Logs To Vector Using Python
In the world of software development, log management plays a crucial role in understanding the behavior of applications and detecting potential issues. Vector is an open source project currently maintained by DataDog that provides robust…