How can I force Java's HttpClient to accept invalid cookies?

后端 未结 6 1016
南方客
南方客 2020-12-15 14:25

I\'m working on a script that logs into WordPress, however, HttpClient\'s cookie policy identifies the cookies set by WordPress to be invalid:

May 17, 2009 1         


        
6条回答
  •  庸人自扰
    2020-12-15 15:14

    In my opinion,you can download the source code of the httpclient, find the location of the log.warn ... , can delete them. I did so.

提交回复
热议问题