Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha User
Ok in my case the problem is SpringSecurity , so it's setting X-Frame-Options header to DENY by default.
If I change this default value to SAMEORIGIN I can get the form response. In Spring Security xml config file:
Code:
<http>
<headers>
<frame-options policy="SAMEORIGIN" />
</headers>
</http>
Reference: http://docs.spring.io/spring-securit...-frame-options
-
Sencha User
In ExtJs5.x also i am facing same issue... Can any one give me the solution ?
-
same problem for ext 6. any workaround
-
Sencha Premium User
I faced this issue in 6.2.0
I was able to to use this workaround successfully (Wilk's answer):
http://stackoverflow.com/questions/2...s-origin-frame
-
26 Jun 2018, 10:25 PM
#15
Sencha User