Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6014309
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T02:40:25+00:00 2026-05-23T02:40:25+00:00

I have a private system that requires a user to login. It links to

  • 0

I have a private system that requires a user to login. It links to a separate webmail login page that requires users to enter the same credentials twice. I can pre-fill these fields in with html parameters, but I can’t seem to find a way to auto-submit. Is it possible? How?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T02:40:25+00:00Added an answer on May 23, 2026 at 2:40 am

    You can exploit CSRF to log users in, if the webmail isn’t protected against CSRF attacks (yes, attack, as automatically submitting forms on 3rd party site is a risk).

    <form action="https://*address of the webmail login page*" target="_blank">
    <input type=hidden 
           name="*find what field names are used for login/pass*"
           value="username, etc">
    </form>
    <script>document.forms[document.forms.length-1].submit()</script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a private site that requires login for all pages. When a user
Here's the problem....I have three components...A Page that contains a User Control and a
i have the following code Private Sub select_color_Click(ByVal sender As System.Object, ByVal e As
I have the following code: public partial class queryTerm : System.Web.UI.UserControl { private static
I have this piece of code in c#: private static void _constructRow(SqlDataReader reader, system.IO.StreamWriter
Here's the c# code that I have: private double get806Fees (Loan loan) { Loan.Fee.Items
Why can NHibernate create a proxy for classes with properties that have private setters
I have a private class variable that holds a collection of order items: Private
I have a Private property that I want to access in my MS Test
I have a private method def __pickSide(self): in a parent class that I would

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.