How to read from browser data? (cookie/localstorage) #8305
wooparadog
started this conversation in
General
Replies: 2 comments
-
hey @wooparadog, unfortunately I don't think this is possible. Local storage is generally only going to be accessible for the current domain so as far as I'm aware I don't think this can be done. Additionally the bindings for REST APIs only currently support Handlebars bindings, so localStorage won't be accessible from there the way it would be when using JS bindings. |
Beta Was this translation helpful? Give feedback.
0 replies
-
then is cookie limited as well?...feel weird if user cookie is stripped as well |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is there a way to get localstorage data and use it on rest APIs?
background:
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions