Add HTTP headers meant specifically for an HTTP or HTTPS proxy server in PlayWright requests, cUrl equivalent is –proxy-headers
In curl we use –proxy-header, so that the header will be used by proxy server only. This header will not be sent in http request to the target server
Add HTTP headers meant specifically for an HTTP or HTTPS proxy server, cUrl equivalent is –proxy-headers
In curl we use –proxy-header, so that the header will be used by proxy server only. This header will not be sent in http request to the target server