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!
@Fox @support @usertrue