How to get cookies with Java?

后端 未结 2 647
鱼传尺愫
鱼传尺愫 2021-02-05 20:54

How can I get a cookie from a web page using Java? I mean only Java not with Servlets or etc..

2条回答
  •  长情又很酷
    2021-02-05 21:23

    You can either get the cookies from the header,

    or you can use Apache commons and use their functionality.

提交回复
热议问题