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.

Giao thức liên quan

Được đề cập trong hướng dẫn

Tình huống liên quan

Được định nghĩa trong

Xem thêm