HTTP Concepts

Safe Methods

HTTP methods that do not modify server state. GET, HEAD, OPTIONS, and TRACE are considered safe methods. Browsers, crawlers, and proxies can freely make safe requests without concern for side effects. A safe method should only retrieve data, never create, update, or delete resources.

相关协议

在指南中提及

相关场景

定义来源

另请参阅