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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T07:51:29+00:00 2026-06-07T07:51:29+00:00

What is difference between HTTPPOST HTTPDELETE HTTPPUT HTTPGET Normally used post and get method

  • 0

What is difference between

HTTPPOST
HTTPDELETE
HTTPPUT
HTTPGET

Normally used post and get method for submit form and i know them very well but want to know with delete and put method when and why they can be used to improve programming skills

  • 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-07T07:51:31+00:00Added an answer on June 7, 2026 at 7:51 am

    What the different methods do depends entirely on how the remote web server chooses to interpret them. There is no fixed meaning. A server does not care if it sees GET or POST; rather, the code that ends up being executed to service the request does (and can decide to do anything, since it’s code).

    The HTTP protocol gives an official guideline for what kind of action each verb is supposed to trigger, which is:

    • GET: retrieve a resource
    • PUT: replace a resource with another, or create it if it does not exist
    • DELETE: remove a resource if it exists
    • POST: might do anything; typically used to “add” to a resource

    However this mapping is ultimately governed by application code and is typically not respected by web applications (e.g. you will see logical deletions being enacted with POST instead of DELETE).

    The situation is better when talking about REST architectures over HTTP.

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

Sidebar

Related Questions

I do not know much about the difference between a HTTP Get and a
is there a difference between HttpPost from mvc2 and AcceptPost, PostOnly attributes from mvccontrib
The difference between Chr and Char when used in converting types is that one
Is there a difference between this.form and document.forms (document[forms]) or, are they similar? Here
Difference between Introduce Parameter and Change Method signature in Eclipse?
The difference between to datetimes is the number of seconds between them. This seems
Difference between Close() method and App.current.ShutDown() method ?
The difference between them is that the PHP's urlencode encodes spaces with + instead
When I do http POST request via Web form, Is there any difference(practically or
Difference between start-pointers and interior-pointers and in what situation we should prefer one over

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.