-
As the session-strategy always add an ring.middleware.anti-forgery/anti-forgery-token to then :session in response, its impossible to delete the session on the server.
Because the normal way to del…
-
Hi,
I see that the example code requires an async handler. Can it use a sync handler too, or is that a problem ?
Thanks,
Murtaza
-
leftover from #85 - currently `wrap-params` is required from Ring, could be optimized and packaged into `reitit-middleware`. the body-params could be pushed into Muuntaja (see https://github.com/metos…
-
**Describe the bug**
Multiple accounts in Origin Asia that I have created and tested became unable to connect to their agents. As a result, these accounts are locked out completely.
I believe this…
-
I pass a header `content-type: application/json; charset=utf-8` in the HTTP request, but the lib ignores it and decides to instead infer the encoding which sometimes leads to :body becoming garbage.
…
-
I've been working through the first chapter and without any major issue when I came across the part in chapter 1, page 15 wherein the HTTP routes are defined and the home.html page modified. I have fo…
ghost updated
5 years ago
-
See this comment: https://github.com/jacobobryant/biffweb.com/pull/4#issuecomment-2307718376
-
I have the `rrc/coerce-request-middleware` middleware turned on.
Here's the handler:
```
["/reset-password" {:post {:parameters {:body ::spec/reset-password-params}
…
-
Attempting to add public datasets [from here](https://cloud.google.com/bigquery/public-data/) fails.
e.x. "Invalid dataset ID \"bigquery-public-data:usa_names.usa_1910_2013\". Dataset IDs must be alp…
-
RDF data which is appended to/deleted from a draftset is first written to disk by `drafter.middleware.temp-file-body`. This middleware should also delete the file after the inner handler has returned.