@m4zuper Strange, as this is broken at least since 26.8.0 or something related to this. Hence I thought it's generally not working an concerns every user...
Currently using 27.6.2 on Windows 10, 64BG RAM, Ryzen 7 5800X. BAS is installed at the standard location on C drive. And it happens with every project I try to add this way. Okay, it's not that issue but it's convient to add a project with just one click.
How to Use Custom SSL Client Certificate (.pem/.key) in BAS HTTP Request?
-
Hi everyone,
I’m trying to access an API that requires a custom SSL client certificate. In Python, I can do it like this:
response = requests.get( url, headers=headers, cert=("client_cert.pem", "client_key.pem") )But in Browser Automation Studio, I couldn't find any option in the HTTP Request module to attach .pem or .key certificate files.
🔹 Is there any way to use a custom client certificate (e.g., .pem/.key or .p12) directly in BAS?
🔹 If not, what are the recommended workarounds?
Should I run a Python script using "Run Process" module?
Or maybe use a proxy that handles cert forwarding?Any help or example would be really appreciated. 🙏
Thanks in advance!