Вопрос

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