当前位置:网站首页>The difference between get and post request types
The difference between get and post request types
2022-07-06 06:51:00 【CHENFENG Muyang】
List of articles
1. Preface
GET and POST The difference between request types ?
Although this problem is basic knowledge , But this is also a hot interview question , Make a summary and review
2. GET and POST The difference between
1. Use scenarios
GET The request method is generally used to obtain and delete data ,POST The request method is generally used to add and modify data
2. How to pass parameters
GET Passing parameters in request mode will splice parameters into URL In the address
POST Passing parameters in the request mode will put the parameters into the request body (Request Body) in
3. Security
GET Is an explicit commit , Low security ;POST Is an implicit commit , High security
4. The size of the data transferred
GET The size of data transmitted in request mode cannot be greater than 2KB, and POST There is no limit to the size of data transmitted by request
5. Upload files
GET The request method cannot upload files , and POST The request method can upload files
3. GET and POST Summary of the differences
GET The request method is generally used to obtain data , Will splice data to URL In the address , Belongs to explicit submission , Low security , The size of transmitted data is limited to 2KB within , Can't upload file
POST The request method is generally used to add and update data , The data will be stored in the request body , It belongs to implicit submission , High security , There is no size limit for the transmitted data , Files can be uploaded
边栏推荐
- SSO process analysis
- [hot100] 739. Température quotidienne
- LeetCode每日一题(1870. Minimum Speed to Arrive on Time)
- Biomedical English contract translation, characteristics of Vocabulary Translation
- [Yu Yue education] flower cultivation reference materials of Weifang Vocational College
- How much is it to translate Chinese into English for one minute?
- MySQL5.72. MSI installation failed
- AttributeError: Can‘t get attribute ‘SPPF‘ on <module ‘models.common‘ from ‘/home/yolov5/models/comm
- Practical guidance for interface automation testing (Part I): what preparations should be made for interface automation
- 查询字段个数
猜你喜欢
My seven years with NLP
How to do a good job in financial literature translation?
Chinese English comparison: you can do this Best of luck
Machine learning plant leaf recognition
mysql的基础命令
Biomedical localization translation services
基于购买行为数据对超市顾客进行市场细分(RFM模型)
BUU的MISC(不定时更新)
What are the commonly used English words and sentences about COVID-19?
Bitcoinwin (BCW): the lending platform Celsius conceals losses of 35000 eth or insolvency
随机推荐
基于PyTorch和Fast RCNN快速实现目标识别
PCL realizes frame selection and clipping point cloud
【Hot100】739. 每日溫度
Monotonic stack
Latex文字加颜色的三种办法
Pymongo gets a list of data
Redis Foundation
LeetCode每日一题(971. Flip Binary Tree To Match Preorder Traversal)
Day 245/300 JS foreach data cannot be updated to the object after multi-layer nesting
Brief introduction to the curriculum differences of colleges and universities at different levels of machine human major -ros1/ros2-
[ 英语 ] 语法重塑 之 动词分类 —— 英语兔学习笔记(2)
CS certificate fingerprint modification
[Yu Yue education] Dunhuang Literature and art reference materials of Zhejiang Normal University
顶测分享:想转行,这些问题一定要考虑清楚!
UNIPRO Gantt chart "first experience": multi scene exploration behind attention to details
Fedora/REHL 安装 semanage
Apache DolphinScheduler源码分析(超详细)
同事上了个厕所,我帮产品妹子轻松完成BI数据产品顺便得到奶茶奖励
Day 245/300 JS forEach 多层嵌套后数据无法更新到对象中
ROS学习_基础