如何在java.net.URL中使用CefCookieManager?

时间:2019-01-21 21:25:33

标签: java url cookies

通过授权CefBrowser预先收到了Cookie。 我想这么做

<div class="description">
    <div class="titleLeft"> 
       <font class="whiteArticleTitle">
          Title
        </font>
     </div>
    <div class="hobbyContentLeft">
        text here <br><br> 

        second paragraph


        <br><br>    

         <a href="/">My Instagram</a>
         <a href="/" class="whiteArticleLink">Blog Posts</a>
  </div>


</div>
<div class= "image"></div>              

我收到此错误:

CookieHandler.setDefault (CefCookieManager.getGlobalManager ());
URL url = new URL ("google.com");

在URL请求时如何使用Cookie?

0 个答案:

没有答案