Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rest

How to design RESTful search/filtering? [closed]

rest search

HTTP POST with URL query parameters -- good idea or not?

rest http

Do sessions really violate RESTfulness?

What's the difference between text/xml vs application/xml for webservice response

xml rest jersey

Capturing URL parameters in request.GET

django url rest

If REST applications are supposed to be stateless, how do you manage sessions?

rest session-state

Hyphen, underscore, or camelCase as word delimiter in URIs?

rest url uri restful-url

Understanding REST: Verbs, error codes, and authentication

web-services rest

What's the difference between REST & RESTful

architecture rest

REST API error return good practices [closed]

web-services http rest

REST URI convention - Singular or plural name of resource while creating it

Setting Authorization Header of HttpClient

c# rest oauth windows-runtime

Representational state transfer (REST) and Simple Object Access Protocol (SOAP)

rest soap

RESTful Authentication

Best Practices for securing a REST API / web service [closed]

Best practices for API versioning? [closed]

rest versioning

Is an entity body allowed for an HTTP DELETE request?

http rest

Posting a File and Associated Data to a RESTful WebService preferably as JSON

json rest grails file-upload

REST HTTP status codes for failed validation or invalid duplicate

http rest http-status-codes

How do you set the Content-Type header for an HttpClient request?