Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: ApiRequestContext: Add support for SSL Context #1549

Open
emeraldjava opened this issue Apr 15, 2024 · 1 comment
Open

[Feature]: ApiRequestContext: Add support for SSL Context #1549

emeraldjava opened this issue Apr 15, 2024 · 1 comment

Comments

@emeraldjava
Copy link

馃殌 Feature Request

Allow the playwright api request make secure https requests. In our case that endpoint has https enabled and we need to provide the keystore/truststore credentials with the http request.

Example

In the config/setup of the playwright tests, the developer would provide paths the keystore/truststore. In the test code - the developer would config/inject the SSL Context details to the Transport interface implementation. The underlying calls would exchange the ssl details.

Motivation

Allows playwright api to be used to call https secured endpoints.

@yury-s
Copy link
Member

yury-s commented Apr 16, 2024

Related microsoft/playwright#1799

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants