hi, I make a program using ionic that using idempiere web service. When request something, I get an error about "Access-Control-Allow-Origin" (screenshot attach below).
From what I read the idempiere web service should be returning "Access-Control-Allow-Origin" header to fix this error.
to rectify this problem, I am following
Enabling CORS in idempiere this step and adding 2 more lib (cors-filter-2.4 and java-property-utils-1.9.1).
What I need to know is,
1. if this is the right way to do this?
2. And if it is, is there any schedule to update the trunk source code?
3. And if it isn't, what is the recommended way?
Regards,
Rudy