50-56 of 952 results
Open links in new tab
  1. How to return HttpClient response body from a request?

    I have a component that relies on an API response for its content. I have set up the resolver but it still returns before my data is ready. How can I make my pull_categories() function wait until ...

  2. HTTP Methods - REST API Tutorial

    REST guidelines suggest using a specific HTTP method on a particular type of call made to the server i.e. GET, POST, PUT or DELETE.

  3. When Should You Return 404 Instead of 403 HTTP Status Code

    Are we disclosing sensitive data when we return a 403 HTTP Status code? When should we return 404 instead of 403 HTTP status code?

  4. How to Return HTTP 500 Status Code From ASP.NET Core

    In this article, we will learn how to efficiently return HTTP 500 response status code from your ASP.NET Core Web API.

  5. How can I return a 503 status in apache without invoking ...

    I need to return a 503 status code from one of my sites while it's down for maintenance, in the time-honoured SE_firendly fashion. I can't seem to work out how to do this without invoking external

  6. How to return http status code for exceptions in rest services

    How to return http status code for exceptions in rest services Asked 10 years, 7 months ago Modified 5 years, 11 months ago Viewed 39k times

  7. How To Make HTTP Requests in Go | DigitalOcean

    Learn how to make HTTP requests in Go using the net/http package. Includes examples for GET, POST, headers, JSON parsing, and error handling.