---
title: "What are POST method?"  
description: "What are POST method?"  
author: "Allen Scott"  
published: 2016-09-26  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/23072/what-are-post-method  
category: "php"  
tags: ["php"]  
reading_time: 1 minute  

---

# What are POST method?

Unlike GET method, information sent by the user are hidden in case of POST method. Developers prefer POST method. POST method does not have any limitation on the amount of information to send. As variables are not shown in URL so it is not possible to bookmark the page.

## Answers

### Answer by Allen Scott

Unlike GET method, information sent by the user are hidden in case of POST method. Developers prefer POST method. POST method does not have any limitation on the amount of information to send. As variables are not shown in URL so it is not possible to bookmark the page.


---

Original Source: https://www.mindstick.com/interview/23072/what-are-post-method

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
