Hi, in my case it was because of the nginx Header Option:
add_header X-Frame-Options “SAMEORIGIN”;
after removing it, my users didn’t get the error again.
But could someone explain why ?
I mean it’s a useful security feature, which is working fine on my apache servers.
But as soon as i put it in my nginx environment it’s producing the “HTTP Trans Error”