Udhayakumarblog.udhay.devΒ·Sep 27, 2024HAProxy Basic AuthenticationYou can secure access to private or protected sites in HAProxy by enabling basic authentication, which prompts users for a username and password. Steps for Setting Up Basic Authentication: Create User Details: In /etc/haproxy/haproxy.cfg, add the us...78 readsHaproxy
Hardik Chotaliyahardikchotaliya.hashnode.devΒ·Mar 13, 2024π Automate Basic Authentication Popups: A Step-by-Step Guide Using WebdriverIO πHow to Automate Basic Authentication Popups Using WebdriverIO Introduction Welcome, QA enthusiasts and SDETs! If youβve ever had to manually test basic authentication, you know it can be a time-consuming and error-prone task. But what if you could a...265 readsWebdriverIOAutomate Basic Authentication
Anish Ratnawatanishratnawat.comΒ·Feb 17, 2024An Overview of Basic, JWT, API Key, and OAuth Authentication TechniquesIn the world of distributed systems and modern APIs, authentication plays a critical role in securing resources and validating users. Choosing the right authentication method depends on use cases, system architecture, and security requirements. This ...31 readsSystem Design Fundamentalsauthentication
Lasith Hettiarachchiblog.lasith.devΒ·Jan 24, 2024How to Replace NTLM With Basic Authentication With a ProxyIn today's interconnected world, where various applications and services interact seamlessly, encountering authentication protocols like NTLM can present unique challenges. This was precisely my dilemma when I encountered an API service requiring NTL...253 readsProxy Server