I am using POST to submit a form to a web-based login server from a java application.
However, the webpage requires both cookies and a popup blocker, which are detected and handled ...
I use Apache HttpClient to first Request a page for the Cookies, and then post to a page with those Cookies. To be able to get the second page, the Cookie ...
Is it possibly, at this point in time, to fill out a post form through Java? The problem with me not just using other tools is that the page has to ...
Hi, I am facing the following problem; I am using Struts and I am sending a cookie to client. The cookie is being stored properly in the client computer when I do not specify a domain. When the user return to my app, the first screen is my login page (using FORM auth-method). When the user enters the app, the cookie ...
1) I'm wondering how this all applies to Java. What Java code have you tried and has failed here? Are you talking about Java or Javascript? JSP? 2) Please don't cross-post this in multiple forums. That only pisses us off and will guarantee you less help than if you didn't do this. Imagine a volunteer giving of his free time to ...