chrome-devtools-java-client icon indicating copy to clipboard operation
chrome-devtools-java-client copied to clipboard

Using this.devToolsService.getNetwork().setCookies() will set duplicate cookies

Open acodervic opened this issue 5 years ago • 0 comments

The cookie set by this.devToolsService.getNetwork().setCookies() will be the same as the response setCookie received by chrome, and the cookies will be repeatedly sent to the webServer

123123

acodervic avatar Aug 22 '20 13:08 acodervic