---
title: "What are GET method?"  
description: "What are GET method?"  
author: "Manoj Bhatt"  
published: 2016-09-26  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/23071/what-are-get-method  
category: "php"  
tags: ["php"]  
reading_time: 1 minute  

---

# What are GET method?

This method is used for bookmark the pages. Information sent by the user are visible in the URL, which means this method cannot be used to send insensitive information like password. Get also has limitation on the amount of information to be sent. This limitation is about 2000 characters.

## Answers

### Answer by Manoj Bhatt

This method is used for bookmark the pages. Information sent by the user are visible in the URL, which means this method cannot be used to send insensitive information like password. Get also has limitation on the amount of information to be sent. This limitation is about 2000 characters.


---

Original Source: https://www.mindstick.com/interview/23071/what-are-get-method

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
