mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

For security purpose, we would like to restrain sending HTTP credentials to only the specified server. The idea is to give the ability to specify a origin (scheme://host:port) additionally to current pair username/password. When an authorization response is received from servers, the credentials are sent only if the server origin in the request matches case insensitive the specified origin.
playwright-core
This package contains the no-browser flavor of Playwright.