REST (Representational State Transfer) is a style of software architecture for distributed hypermedia systems such as the World Wide Web.
Could you please list some strategies or even approaches you have already applied to prevent/protect/minimize DDOS attacks upon …
security rest restful-architecture ddosA number of the developers here are having a friendly (some would say religious) discussion about whether a GET request …
json api rest restful-architecture data-consistencyWe are using a REST service that returns huge data. In production, the server hardware can handle it. I need …
java web-services rest restful-url restful-architectureI want to change a user password via a REST API. This is not a forgotten or reset password function, …
validation rest restful-url restful-architectureI'm developing a json rest web service that will be consumed from a single web page app built with backbone.…
rest backbone.js binary-data restful-architectureI have trouble understanding why PATCH is not safe where PUT is. Aso the idempotent part - if I update …
rest http restful-architecture http-patchI am thinking about buildning a REST API with both websockets and http where I use websockets to tell the …
rest websocket jax-rs restful-architectureI'm currently developing an Angular 2 application. While developing I started to use TypeScript classes to create objects from JSON I …
typescript ecmascript-6 restful-architecture software-designSometime back I developed a Restful service in Java with only 1 GET resource. It was accessed like this: GET http://…
rest jax-rs restful-url restful-architectureI have a NotificationsController, in which I only have the action clear. I'd like to access this action by doing …
ruby-on-rails ruby-on-rails-3 rails-routing restful-architecture