Consume a web service with form authentication from a jsp

Hi to everybody,

I am trying to consume a web service from a web application that requires form authentication. It seems that if I create a client, I have tried with jersey or ApacheHttpClient, it somehow creates a new instance of the browser session. After that the web app send me again the login page . This seems weird to me. Is it possible to pass the session data to the client or get the current session? The only solution that I have now is making the calls trough Ajax which leads to build most of the web applicacion again!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories