there's probably no way to do this, but i was wondering if java could login as a user to a website without opening a browser
Printable View
there's probably no way to do this, but i was wondering if java could login as a user to a website without opening a browser
We have a program UltraCMS wich logs in into our website backend but its more a program that access the db and data the website uses.
A website uses servlets, but if there is no browser, just make a program that has access to the data.
Yes, you can write a program to do what a browser does without user intervention.
What would you do after the login?
Cross posted
login to website as user, no browser - Java Forums
db
download the pages and parse them with regular expressions, but i cant get to those pages without logging in, ill just be redirected to the login screen
Often after login, the server returns a cookie. You need to return that cookie with further requests after the login.
LOL
thank your Norm, i just came back to the forum to ask a question about the cookie because that's where i got stuck
tyvm