Hi,
I have a strange issue with a website that cannot reference any resources from another site.
The source site (A) is trying to iframe a page from the other site (B). For some reason, site (B) is returning a 500 internal server error.
I then tried just to reference a simple image from site (B) with a tag and that returned a 404.
It's obviously something server related but I'm not sure what it could be. The iframe to server (B) works fine if it's used on any other site. So there is some cross-domain like issue going on when server (A) tries to contact server (B).
To make things more complicated, using "curl" from server (A) to access server (B) works fine.
Anyone encountered something like this before?
Thanks,
Andre