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 6791875
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:53:58+00:00 2026-05-26T17:53:58+00:00

How can I (if it’s possible) send information from a form to two separate

  • 0

How can I (if it’s possible) send information from a form to two separate servers? (One being a Windows server)

  • 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-26T17:53:59+00:00Added an answer on May 26, 2026 at 5:53 pm

    It sounds like you’re asking if a web page form can make a single POST request to two different resources on two different servers. (If that’s not the case then please say so in a comment so I can delete this answer.)

    Using a simple form POST, no. However, you do have a couple of options available to you…

    You could use JavaScript on the page to manually send the POST to the two different resources. In this case you probably wouldn’t have an action on the form element at all. (If you even need a form element, which isn’t entirely necessary in this case.) The JavaScript code would just attach a handler to the button’s click event, build the request from the form elements, and send the POST.

    Since it’s going to two different resources, you’ll want it to happen asynchronously (that is, without reloading the page) and then handle the response and any user notification/interaction from within the JavaScript code. jQuery provides handy functions for making this pretty easy.

    Another option would be to have the page post as you otherwise normally would and create the second POST from the server-side code. Think of it like daisy-chaining the requests. The page sends its request to Server A, which sends a duplicate request to Server B. The downside is that Server B would think that the request came from Server A. Without more information about what specifically you need to achieve, this may prove to be a difficult limitation.

    Based on your tags, I assume you’re using classic ASP as your server-side language. (If this is incorrect, please elaborate and/or update the tags.) If that’s the case, then you can craft a POST web request in code from Server A to send to Server B.

    Personally I prefer the first solution. But I don’t have enough information about your particular situation to say for certain what would be the best approach.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can some one confirm me that only one UIWindow instance is possible in any
Can I open my custom developed form [instead of native one] when user opens
Can you tell me what is the difference between abstraction and information hiding in
Can you suggest some good MVC framework for perl -- one I am aware
Can some one Guide me to work with these things... What is Model popup
can anyone tell me if it is possible to convert a dojo charting object
Does anyone know how can I replace this 2 symbol below from the string
Can anyone please send me the script to delete the old backup files greater
can any one tell me how can change this java code into objective c.is
Can the Application Name passed to SQL Server (via the ADO Connection string) be

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.