Fork me on GitHub
#luminus
<
2018-07-10
>
Charleshd16:07:45

Hi, I think I found an issue with luminus-template and http-kit

Charleshd16:07:02

when you setup a project with +http-kit, ajax call on clojurescript side will fail to find the correct x-csrf-token. Dunno why yet, i'll investigate and fill an issue

Charleshd16:07:35

(it means an AJAX call that needs CSRF, like a POST, not a GET)

yogthos16:07:25

thanks, I haven’t used http-kit fo a while myself

yogthos16:07:40

one thing would be to check the if the headers are coming through in the request

yogthos16:07:47

if not might be an issue in http kit itself