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

  • Home
  • SEARCH
  • 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 8464619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T14:48:10+00:00 2026-06-10T14:48:10+00:00

I have an HTML web page that should submit back to itself, but constantly

  • 0

I have an HTML web page that should submit back to itself, but constantly fails if method=”POST”. It works with GET, but we really want POST. I have ripped out all of the code until there is nothing left but an input and a submit, but it always gets the 405 error. This temp web page is as stripped down as I can make it.

I am running this test off my PC running IIS 7.

<form id="form1" action="PhoneTest3.html" method="POST">
    <label for="contactPhoneExt">Contact Phone: </label>
    <input id="contactPhoneExt" name="contactPhoneExt" />
    <br/>

    <input type="submit" value="Submit" />
</form>

What am I missing?

  • 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-06-10T14:48:12+00:00Added an answer on June 10, 2026 at 2:48 pm

    If it is truly an HTML page (and not a scripted page hidden behind an .HTML extension) then you can’t post to it.

    You can use GET and pass values through the command line that Javascript can read off, however.

    EDIT: More details.

    GET passes values through the URL. They become part of the URL and can be bookmarked, copied, easily modified, etc.

    POST, on the other hand, feeds values through what programmers call stdin. stdin is like a file that a program reads and then processes. Much larger amounts of data may be passed this way, but it takes a program running on the server to be able to access any of that data — thus, whatever local file receiving post data must be able to run on the server.

    It gets confusing because web servers can be set up to show an .html extension on their files, yet those files are actually PHP scripts that run.

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

Sidebar

Related Questions

Let's say I have a web page ( /index.html ) that contains the following
Ok I have a simple HTML web page. Problem is that when I specify
I have a plain html web page with an embedded flash object. Based on
I have the following HTML on my web page: <input id=htmlEdit type=checkbox/> Once the
On extracting some html from a web page, I have some elements containing text
I have a web page into a html iframe, the web page has a
I have downloaded the web page into an html file. I am wondering what's
I have a web page with a read-only text box which shows some HTML
I have an HTML page with a web form. Among other things, it includes
I want to have a web page that contains 3 parts: A header at

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.