-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First prototype of using external proxy
We noticed that some requests were failing when routed through our replay proxy, but succeed on a normal chrome instance. Further investigation found that there's a [known issue](microsoft/playwright#6479) where chrome doesn't record POST requests for some resource types (forms, pings, etc). Switch to a full fledged external proxy so we are able to capture requests 1:1 to how the destination server will see them.
- Loading branch information
1 parent
a28e552
commit 5044db7
Showing
1 changed file
with
45 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters