Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in restful-architecture

Razor templates, views and angular.js

Return the List<myObj> returned by ResponseEntity<List>

Is passing the tenant in a custom HTTP header RESTful?

Do I violate RESTfulness when using POST as UPDATE OR CREATE

HTTP POST response Location header when creating multiple resources

Accessing versions/revisions of an object in a RESTful API

How to secure a REST api between a single page app and a server?

Is it necessary to build a separate API endpoint for mobile apps to access a Rails web app?

Is it okay to use same resource name for both get and post rest api

Laravel 4 as RESTful backend for AngularJS

Identity Server(OAuth2) implementation with integration to legacy systems(Forms Auth, ADFS,AD)

What's a proper response status code to REST POST request when duplicate is found?

file_get_contents('php://input') always returns an empty string

HTTP status code when single request asks for too large resource or too many of them

Should a RESTful GET response return a resource's ID?

Questions About Consuming Your Own API with OAuth

Should the PATCH method return all fields of the resource in the response body?

REST - When to use 400 ("Bad Request")

Django POST URL error

Why PATCH is neither safe nor idempotent?