You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, could you give an example how you would use it? I'm thinking that making it possible to intercept all API calls might be a better and more general solution.
In our case the .net backend running optimizely is pre-rendering an epi-form and returning a set cookie header for the anti forgery token. We would like to read this from our backend-for-frontend (which made the call to the .net backend via the cd-js-sdk).
Intercepting api calls sounds interesting. How would you implement this?
Hi,
We would like to access some custom headers in the reponse from the Content Delivery Api.
Would you consider adding the response.headers (Map<string,string>) to the result of the contentResolver.ts -> resolveContent method?
Thanks
The text was updated successfully, but these errors were encountered: