in Technology by
What are the differences between get and post method?

1 Answer

0 votes
by

Get method allows you to send a limited amount of data in the header. Post allows you to send a large amount of data in the body.

Related questions

0 votes
    @RequestMapping annotation is used to map a HTTP request method (GET or POST) to a specific class or method in the ... which will handle the respective request. A. True B. False...
asked Nov 8, 2022 in Education by JackTerrance
0 votes
    I have the following HTML/ASP.NET code: Ny test Name: When using the "POST" form post method I ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    I have a class called myClass which defines post() and get() methods. From index.html, I have a ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 7, 2022 in Education by JackTerrance
0 votes
    I have a class called myClass which defines post() and get() methods. From index.html, I have a ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 6, 2022 in Education by JackTerrance
0 votes
    I have a page with a form that posts to salesforce.com's webto Lead service. I am trying to make an ... receiving website can see? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I have a page with a form that posts to salesforce.com's webto Lead service. I am trying to make an ... receiving website can see? Select the correct answer from above options...
asked Feb 5, 2022 in Education by JackTerrance
0 votes
    I’ve done my btech in information Technology. What should I study (diploma or post graduation) to get a job in cyber security field? Select the correct answer from above options...
asked Dec 23, 2021 in Education by JackTerrance
0 votes
    Complete the following sentence using the appropriate reason. Elections to the Lok Sabha is called the First Past the ... is declared as elected. Please answer the above question....
asked Aug 3, 2022 in Education by JackTerrance
0 votes
    I am trying to create authentication using Laravel Passport, I have configured everything the right way as ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 16, 2022 in Education by JackTerrance
0 votes
    Which is the method used to process on the input post data before it is saved to the database? (a ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 22, 2021 in Education by JackTerrance
0 votes
    What is the difference between post-database commit and post-form commit?...
asked Dec 18, 2020 in Technology by JackTerrance
0 votes
    What is the difference between PUT and POST operations?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
0 votes
    Difference between get() vs load() method in Hibernate?...
asked Feb 4, 2021 in Technology by JackTerrance
0 votes
    What are the differences between Blockchain and Hyperledger?...
asked Jan 22, 2023 in Technology by JackTerrance
...