- ASP.NET Core 2 Fundamentals
- Onur Gumus Mugilan T. S. Ragupathi
- 181字
- 2021-07-23 17:09:42
The POST Method
The POST request is generally used to update or create resources at the server, as well as when you want to send some data to be processed by the server. Especially in the context of REST, it is more accurate to consider POST as a process rather than Create.
Data is passed in the body of the request. This has the following implications:
- You can send relatively sensitive information to the server, as the data is embedded in the body of the request and it will not be visible to the end user in the URL. However, note that your data is never truly secure unless you use HTTPS. Even if you send the data within the request body, without HTTPS, it is very easy for someone in the middle to eavesdrop on your data.
- As the data is not sent through the request URL, it does not take up space in the URL, and it therefore has no issues with the URL length limitations:

As we have covered the fundamentals, we can now proceed to discuss ASP.NET.
推薦閱讀
- PHP動(dòng)態(tài)網(wǎng)站程序設(shè)計(jì)
- 數(shù)字媒體應(yīng)用教程
- Mastering Articulate Storyline
- INSTANT Sencha Touch
- FLL+WRO樂(lè)高機(jī)器人競(jìng)賽教程:機(jī)械、巡線與PID
- Mastering JavaScript High Performance
- 零基礎(chǔ)趣學(xué)C語(yǔ)言
- 微信小程序全棧開發(fā)技術(shù)與實(shí)戰(zhàn)(微課版)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)項(xiàng)目化教程
- FPGA嵌入式項(xiàng)目開發(fā)實(shí)戰(zhàn)
- 現(xiàn)代CPU性能分析與優(yōu)化
- C++服務(wù)器開發(fā)精髓
- 軟件測(cè)試(慕課版)
- SQL Server 2014 Development Essentials
- Python數(shù)據(jù)分析與挖掘?qū)崙?zhàn)(第2版)