Hi everyone!
I'm trying to load an image by doing a get request. I have to do a request,
because I have to add headers for authorization.
[:img {:src (ajax/GET (str "/api/1.0/image/" (:company/logo company) "?size="
100) {:headers jwt-authorization-header
:format :json
:handler handler
:error-handler error-handler})}]
I have found some possible solutions, which I'm trying (something with base64?)
- but its not working yet... Maybe someone here has some experience with this?
--
Note that posts from new members are moderated - please be patient with your
first post.
---
You received this message because you are subscribed to the Google Groups
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/clojurescript.