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 Oct 1, 2018. It is now read-only.
in chcp.fetchUpdate you can dynamics change the config-file with the options. Would love if I also could pass the content_url there.
Since I have 1 app but different code for each customer, in this way i could generate dynamically all needed urls depending on which customer did log in.
What if you just generate chcp.json on the fly? For example: in the app you define config-file url as https://mydomain.com/chcp?user=_USER_ID_. When put a script on that url, that will read user parameter and generate dynamically chcp.json file with correct content_url. Or even set a custom header instead of url's query parameter.
Maybe wait until you begin Issue 161 :D
Yeah, I really need to jump on that one... Already done some work, but been stuck with bug fixes and some other project.
in
chcp.fetchUpdate
you can dynamics change theconfig-file
with the options. Would love if I also could pass thecontent_url
there.Since I have 1 app but different code for each customer, in this way i could generate dynamically all needed urls depending on which customer did log in.
Maybe wait until you begin Issue 161 :D
The text was updated successfully, but these errors were encountered: