Skip to content
Advertisement

open email address by linux command [closed]

I want to make a script shell which allow to enter my email and my password and if the email address is correct the browser will be opened at home page of the web application.

example:

the URL of my application is : http://ipaddress/webAppli to enter to this application I have to login with the email @ and passwords. so I want to know if there is a script shell to do this action

Advertisement

Answer

try here: bash script to login to webpage

I have given a bit of java code to do exactly this

sorry thats to login to a web page you want a mechanism to authenticate to the page via a shell script ?

It sounds quite confusing .. where is the email address and password authenticated against a mail server ? a web mail ? or does the web page itself require authentication?

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement