We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c53a4 commit 85da93fCopy full SHA for 85da93f
src/main/java/com/shuzijun/leetcode/plugin/utils/HttpRequestUtils.java
@@ -113,6 +113,7 @@ public static void setCookie(List<HttpCookie> cookieList) {
113
114
cookieManager.getCookieStore().removeAll();
115
for (HttpCookie cookie : cookieList) {
116
+ cookie.setVersion(0);
117
cookieManager.getCookieStore().add(null, cookie);
118
}
119
0 commit comments