HTTPS to HTTP in web proxy
Hi,
I am trying to change the protocol of Joget from HTTPS to HTTP, I am using a web proxy to the joget hosted port. I've got some CSRF errors when I try to use the joget plataform. How can I change the joget protocol to HTTP?
In Joget DX 7 I changed the CSRF config to disable and it worked, but in 8 I cannot even access the main page of joget if I disable it.
My error logs:
ERROR 29 Mar 2023 14:52:37 org.owasp.csrfguard.servlet.JavaScriptServlet - Referer domain 'https://mydomain/jw/web/userview/appcenter/home/_/home' does not match request domain: 'http://mydomain/jw/csrf'
ERROR 29 Mar 2023 14:52:39 org.owasp.csrfguard.servlet.JavaScriptServlet - Referer domain 'https://mydomain/jw/web/console/app/import?&_=1680112358782&__a_=appcenter&__u_=home' does not match request domain: 'http://mydomain/jw/csrf'