Visual Studio Code is becoming my go-to tool for automating stuff. It’s lightweight, it’s a joy to use, and it seems to be able to do pretty much everything ever thanks to a vibrant plugin marketplace. If you test APIs, you might be using an API testing tool of some kind, such as Postman. WithContinue reading “Easy API Testing with REST Client Extension for Visual Studio Code”
Tag Archives: rest
HTTP 403 Not Just Authorization Related
If you are integrating with an API that requires authorization and you get a HTTP 403 “Forbidden” response, your first instinct may be to start investigating your credentials and authorization methods. Before you do that, though, there is a simpler cause to eliminate from your inquiry. The most common cause of the 403 status codeContinue reading “HTTP 403 Not Just Authorization Related”