Log message #4150516

# At Username Text
# Jun 12th 2018, 13:38 josbeir you need to pass the CSRF token in your headers Lubors
# Jun 12th 2018, 13:38 LubosR Hi there, any idea why I am getting "CSRF token mismatch." when doing ajax request even when I whitelisted action via security comopnent unlockedActions
# Jun 12th 2018, 13:38 loginews File uploaded https://cakesf.slack.com/files/U435V89H8/FB5QUJYJ0/strange_character_loss.php / https://slack-files.com/T053DPNCM-FB5QUJYJ0-ef5069aef0 - Any idea why 00N becomes 00-n ?
# Jun 12th 2018, 13:38 josbeir yeah, i mostly just made a custom helper or something, but i have seen the light
# Jun 12th 2018, 13:37 admad widgets are sweet
# Jun 12th 2018, 13:36 josbeir i should have really invested some more time in form widgets ages ago, such a nice feature in cake 3 :)
# Jun 12th 2018, 13:34 josbeir and its pretty confusing when coming from oldskool ajax requests, you need to to define the output time first so when you try to debug your request and didn't define the output type ...
# Jun 12th 2018, 13:33 itmpls right..
# Jun 12th 2018, 13:33 josbeir lame error handling but it works
# Jun 12th 2018, 13:33 neon1024 Although you’d have to polyfill for older browsers
# Jun 12th 2018, 13:33 josbeir fetch has its own issues tho
# Jun 12th 2018, 13:33 josbeir fetch() => XMLHttpRequest
# Jun 12th 2018, 13:33 neon1024 No, not really, as you could use `fetch()` nowadays
# Jun 12th 2018, 13:33 itmpls last time i looked there were a ton of inconsistencies, but that was ie7ish days
# Jun 12th 2018, 13:32 itmpls is the XHR example really considering all the bugs?
# Jun 12th 2018, 13:32 josbeir but yes :slightly_smiling_face:
# Jun 12th 2018, 13:32 josbeir that thing is outdated !
# Jun 12th 2018, 13:31 neon1024 @admad @josbeir http://youmightnotneedjquery.com/
# Jun 12th 2018, 13:19 dereuromark rendering the redirect target is usually not too helpful in my experience
# Jun 12th 2018, 13:19 dereuromark unless you prevent them (as my ajax plugin does)
# Jun 12th 2018, 13:17 arnis lol, didnt know that redirects works also in ajax. Thanks :-D
# Jun 12th 2018, 13:14 lorenzo arnis, redirect to the same page
# Jun 12th 2018, 13:12 arnis any ideas how to clear this->request->getData() ? I want co clear my form after ajax submit. Earlier it was simple as this->request->data = [];
# Jun 12th 2018, 13:10 arnis will try.
# Jun 12th 2018, 12:22 admad arnis: don't need to. Can open just 1-2 issues/PR.
# Jun 12th 2018, 12:19 logan_ arnis: thx it s exactly what i want i book cakes for you :)
# Jun 12th 2018, 12:03 narendravaghela Sulthan: If you have a question, just ask it :slightly_smiling_face:
# Jun 12th 2018, 12:01 arnis admad, no time to check everything out :<
# Jun 12th 2018, 11:56 Sulthan how r u
# Jun 12th 2018, 11:56 Sulthan HI
# Jun 12th 2018, 11:51 josbeir good old days where mootools was the cake js lib of choice ;)
# Jun 12th 2018, 11:46 josbeir just some 'niche' dom manipulations require a bit more code
# Jun 12th 2018, 11:45 josbeir but its so easy to do most things these days jquery-less, we have fetch api, querySelector, querySelectorAll, all the things that made jquery great
# Jun 12th 2018, 11:44 josbeir probably yes
# Jun 12th 2018, 11:43 admad I say there are still enough use cases for it
# Jun 12th 2018, 11:43 josbeir vanilla js covers much things these days by default
# Jun 12th 2018, 11:43 josbeir nah of course not! but the high years of $ are over
# Jun 12th 2018, 11:42 admad Now now... Don't you dare bad mouth jQuery :P
# Jun 12th 2018, 11:42 josbeir 100% agreed with front-end
# Jun 12th 2018, 11:41 josbeir but for me the biggest problem is the extreme verbosity, maintainability long term and ... jquery :slightly_smiling_face:
# Jun 12th 2018, 11:41 admad I would never use it for frontend