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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T23:36:53+00:00 2026-05-24T23:36:53+00:00

Unlike GET , in which building the query is straightforward (concatenating fields into one

  • 0

Unlike GET, in which building the query is straightforward (concatenating fields into one long URL), I seem to be missing the “secret” of generating a POST.

I know that the URL provided in the <FORM ACTION="https://host.domain.com/etc"> should be used in some way, but how?

The tutorials I found on this subject remain mysterious about this for some reason.

How do I build an HTML POST?

Is that a straightforward URL string loaded into the browser? or is there more to it?

Is the answer is browser/platform dependent, I am using WebView on Android.

  • 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-24T23:36:53+00:00Added an answer on May 24, 2026 at 11:36 pm

    Well, if you’re working with HTML, it should be the same way that you would do it on the browser.

    That is, add a method attribute to your form tag and if you’re working with files a enctype attribute.

    <form method="post" enctype="multipart/form-data"><!--values here--></form>
    

    I suggest you read the wikipedia page on POST: http://en.wikipedia.org/wiki/POST_(HTTP)
    Basically, instead of encoding the data in the url it sends it in a message body.
    Also see: http://www.cs.tut.fi/~jkorpela/forms/methods.html

    Beside it ‘hides’ the query data from the user, it is used for uploading files because you can include binary data and not just text.

    This is useful if you want to keep your urls clean when working with forms.
    (For example, you include a long string in your form data the url will get really long.)

    Also, the browser will usually prompt the user when they refresh a form page.
    The browser won’t do this for GET, this is usually used for things like navigation or for passing parameters to the server that the user might find useful to change themselves directly. (i.e. page_id=1 and the user can just go to the next page or a specific page by changing a single number.)

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

Sidebar

Related Questions

Unlike this question: Linker Error while building application using Boost Asio in Visual Studio
I'm trying to get a tab bar effect not unlike Russell Quinn's Creative Review
Unlike other values, in which I can initialize in onCreate() every time the app
I was auditing Stanford cs107 and unable to get the assignment files (which could
I would like to get your opinion on which of the following routines should
Unlike many of the ASP.NET documentation and examples, I'm doing a gridview list on
Unlike Java, why does C# treat methods as non-virtual functions by default? Is it
Unlike std::map and std::hash_map, corresponding versions in Qt do not bother to return a
Unlike some others, my Android SDK setup went smoothly on my new Windows 7
Unlike the other posts about the task delete all tables, this question is specifically

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.