Coding Exercise: Mock HTTP Status Code
Sometime I need to test how an application response to certain HTTP status code. Testing handling of non-200 status is quite important for API integration. I came across a handy tool at https://httpstatus.io/mocking-data. Unfortunately it does not su...
May 27, 20241 min read380


