Tag: back-end testing
-
Differences between PATCH, PUT, POST in API
PATCH, PUT, and POST are HTTP methods used to interact with a resource on a server. The differences between them are as follows: PATCH: The PATCH method is used to update/modify a resource’s specific attributes. It is used to make changes to an existing resource but only updates the data which needs change while maintaining…
-
API Testing – HTTP Status Code thường gặp
HTTP Status Code là gì? HTTP Status Code theo tiếng Việt là “Mã trạng thái HTTP”. HTTP Status code sẽ được máy chủ (server) trả về sau khi nhận và phiên dịch 1 yêu cầu HTTP từ phía máy khách (client). Theo đó HTTP status code là một mã có 3 chữ số. Chữ số…