Results 4 issues of nic.long

CORS requires supporting options requests for preflight checks. The easiest, and recommended (http://scalatra.org/2.4/guides/web-services/cors.html) way to achieve this is via a catchall options route: ``` options("/*") { response.setHeader("Access-Control-Allow-Headers", request.getHeader("Access-Control-Request-Headers")) } ```...

core

It would be useful to list this, particularly for cases like RDS in AWS where you can't add whatever permissions you like.

Hi, just testing this action - thanks for it! Something that is unclear to me is the intended workflow for Dependabot PRs once the combined PR is opened/merged. Is the...

question

@robertberry suggested adding a circuit breaker to the client to ensure good behaviour in the case of problems. Let's discuss and if agreed, implement.