Pass Messages Between Requests With A Rest Api (json, Xml, Html...)
Let's imagine a REST API that can return JSON, XML, HTML and other formats. In case of a browser web client without JavaScript enabled, the API return HTML. Tokens are used for aut
Solution 1:
Other Service
could be Redis or any NoSQL database that could store a user state between API calls. See backed service
definition from 12 Factor App.
Post a Comment for "Pass Messages Between Requests With A Rest Api (json, Xml, Html...)"