Jump to content
We've recently updated our Privacy Statement, available here ×

HTML <form>, to log onto JasperServer 4.7, URL + "?j_username=myuser&j_password=mypassword"


bdaetgibson

Recommended Posts

Hello Everyone!


I am making  simple login page. The page will log into the main screen you see, when you usually log into JasperServer 4.7.
What i want to know is, what the the URL i should specify, and also add paramaters to, so i am able to login. Below is the current forms code. Does anyone know the answer?
 
form class="form-3"  method="POST" action="http://localhost:8080/jasperserver-pro/flow.html?j_username=myuser&j_password=mypassword"
   p class="clearfix"
       label for="login"Username/label
       input type="text" name="myuser" id="myuser" placeholder="Username"
   /p
   p class="clearfix"
       label for="password"Password/label
       input type="password" name="mypassword" id="mypassword" placeholder="Password" 
   /p
   p class="clearfix"
       input type="checkbox" name="remember" id="remember"
       label for="remember"Remember me/label
   /p
   p class="clearfix"
       input type="submit" name="submit" value="Sign in"
   /p       
/form
 
note: I removes all the closing and opening arrows because its the only way i know how to show source code
 
Cheers Guys!
 

 

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...