Chrome Embedded Flash Player Sends Inferior Referer

I noticed that the Chrome’s built-in flash player is different from previous versions and the current version of Adobe Flash Player. The problem is that when we embed some swf ( http://example.com/hosted.swf ) into our web page ( http://example.com/page1.html ) and our swf loads some external resources ( http://example.com/video.flv ), the request header "REFERER" is " http://example.com/page1.html " in previous versions, and in the Adobe version it is " http://example.com /hosted.swf ". This causes problems when we protect the content with the REFERER header to ensure that the requested content is uploaded using our hosted swf. Does anyone know how to make the chrome built-in player act like Adobe Player (JS or HTML tooltip)?

+4
source share

All Articles