I have an application deployed in WebLogic and the requests are proxied from Apache. Until Chrome Version 59, the X-Frame Options was working fine in Chrome and all other browsers.
My app uses an iframe of a bank to add credit/debit card details to the wallet on my app and now after upgrading to the Chrome v60, the iframe is no longer working and chrome throws an error saying that it detected X-FramesOptions SAMEORIGIN and the request is not rendered. While the same app works fine on all other browsers.
Please help what configuration do I need to make in APache to get this working.