This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-15
Channels
- # beginners (138)
- # bigdata (2)
- # boot (45)
- # cljsrn (29)
- # clojure (108)
- # clojure-austin (1)
- # clojure-gamedev (1)
- # clojure-korea (9)
- # clojure-russia (50)
- # clojure-spec (2)
- # clojure-uk (28)
- # clojurescript (40)
- # component (1)
- # cursive (35)
- # datomic (39)
- # dirac (16)
- # emacs (22)
- # flambo (11)
- # funcool (6)
- # hoplon (74)
- # leiningen (4)
- # off-topic (1)
- # om-next (2)
- # onyx (141)
- # planck (7)
- # proton (10)
- # protorepl (4)
- # re-frame (21)
- # reagent (13)
- # remote-jobs (1)
- # ring (3)
- # specter (9)
- # sql (3)
- # test-check (14)
- # untangled (1)
- # vim (9)
- # yada (16)
I’m having trouble posting JSON data with Planck. Is this supported? It looks like it might be based on the source code, but I can’t seem to get it to work. I believe Planck may be sending a url encoded body rather than the JSON body that I want it to send.
It's some time since I wrote that code, and it's not in front of me right now, but could you tweak some headers?
I tried, but couldn’t get anything to work. I believe the problem is in wrap-form-params
because it forces the body to get URL encoded before it is sent regardless of content-type.
FWIW I don't think XhrIo
will work because there's no XMLHttpRequest
object