Fork me on GitHub
#ring
<
2019-09-18
>
Mattias17:09:48

Hey all, please have patience with a confused question. This is Clojure noob mode... making a simple web app with Ring and not getting then anti-forgery token set (it gets the “Unbound...” value). Not sure how to go about debugging.

Mattias17:09:48

I have a simple tutorial app (x y coords thing) that works as expected... I’m obviously doing something silly but have a hard time figuring it out 😬

jumar19:09:14

@UCW3QKWKT do you mean *anti-forgery-token*. Can you shared your code and where exactly are you hitting the issue?

Mattias20:09:52

Thanks, I’ll try to share the code in some sensible way. Not many lines involved, at least... 🙂

Mattias06:09:09

Follow up - turns out, after a silly mistake was fixed, the next problem was I keep my FireFox in turbo-break-everything-privacy-mode. I’m actually a bit happy about that, but I haven’t studied what they do with the recent releases so... more to learn. 😅

👍 4