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
{{ message }}
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
Yes. The generated cache.js just stops working altogether. Not sure why. It has references to doc.cookie API which is disabled when we use HttpOnly=true.
One of the reasons why we are not able to use ODK Central is webhooks. We have built a pipeline around webhooks which is still not supported by Central.
I would recommend searching the forum for setups similar to yours or posting if you don't find anything useful.
We have built a pipeline around webhooks
It would be helpful to know more about your workflow. We've discussed some possibilities in this area but will need to have more user input before we build anything.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Software and hardware versions
macOS Docker Compose, Aggregate v2.0.5 [Self built WAR] behind NGINX reverse proxy
Problem description
Trying to make cookies secure by
proxy_cookie_path / "/; HTTPOnly; Secure";
But I see that
HTTPOnly
cannot be enabled due todoc.cookie
API being used internally to cache.Found the
context.xml
file which explicitly does not allow this. Is there a specific reason?The text was updated successfully, but these errors were encountered: