ring

2019-09-18T17:16:48.002900Z

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.

2019-09-18T17:17:48.004500Z

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 😬

jumar 2019-09-18T19:24:14.004600Z

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

2019-09-18T20:40:52.010300Z

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