Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rest

400 BAD request HTTP error code meaning?

Call a REST API in PHP

php rest web-services

Separate REST JSON API server and client? [closed]

Spring MVC @PathVariable with dot (.) is getting truncated

What is the difference between HTTP and REST?

http rest

SOAP or REST for Web Services? [closed]

xml web-services rest soap

How do I make calls to a REST API using C#?

c# .net rest .net-4.5

Best practice to return errors in ASP.NET Web API

c# rest asp.net-web-api

What's an appropriate HTTP status code to return by a REST API service for a validation failure?

REST / SOAP endpoints for a WCF service

wcf rest soap

400 vs 422 response to POST of data

rest http-status-codes

What is the proper REST response code for a valid request but an empty data?

rest http api-design

REST API Best practice: How to accept list of parameter values as input [closed]

rest

RESTful URL design for search

rest

Pass an array of integers to ASP.NET Web API?

c# arrays rest asp.net-web-api

How to implement REST token-based authentication with JAX-RS and Jersey

How to do a PUT request with cURL?

rest http curl

Does a RESTful 'PUT' operation return something?

resources rest service put

Logout: GET or POST?

architecture rest post get

How to design RESTful search/filtering? [closed]

rest search