I use iframe as below:
<iframe src="http://www.expedia.com/Hotel-Search?#&destination=Abbotsford,%20British%20Columbia,%20Canada&startDate=12/29/2014&endDate=1/3/2015&adults=2" frameborder="0" width="900px" height="900px"></iframe>
It runs well on chrome and firefox, even IE. But on safari, it's fail, I open log and see:
[Error] Failed to load resource: the server responded with a status of 400 (Bad Request) (Hotel-Search, line 0) http://www.expedia.com/Hotel-Search?inpAjax=true&responsive=true
But when I access that URL directly in new tab, after that comeback to iframe page and refresh page, it runs normal without errors. If I clear history and refresh page, the iframe will be error again. What is the cause? and could you give any solution?