質問

While I am trying to get a html page from server, I would like to add some config to the server (eg. login with post method).

How to let the server knows that I am the same user and access the other pages?

Eg.

  1. login wordpress

  2. get private page of wordpress

(java coding might not needed, I think I need to know the idea.)

役に立ちましたか?

解決

Finally I used the Java HttpClient Interface AuthenticationStrategy

It provides getChallenges to send and get the section data need. And select to send the related data to act as sections, cookies and so on.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top