rem icon indicating copy to clipboard operation
rem copied to clipboard

A starting point for big dreams

Results 5 rem issues
Sort by recently updated
recently updated
newest added

Hi Leo, REM has been down for a while now, I suppose of the removal of the Heroku free tier. We rely on REM in the Mithril docs, and would...

According to [MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite), The cookie-sending behavior if SameSite is not specified is SameSite=Lax. Previously the default was None, which cookies were sent for all requests. So in Chrome > 84,...

The definition of REST contains many mandatory constraints described here: https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm REST APIs are hypertext driven https://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven while your API is not. I understand the confusion, because people learned REST...

The easiest way to reproduce it is to go to "https://rem-rest-api.herokuapp.com/api/users" on chrome. { "message": "Unexpected end of JSON input", "stack": "SyntaxError: Unexpected end of JSON input\n at Object.parse (native)\n...

Thanks for a very nice web service, during usage I discovered an encoding issue of valid JSON. Doing POST or PUT where the data includes a string with an escaped...