View Single Post
  #1  
Old 03-30-2011, 05:52 AM
alexthunder alexthunder is offline
Senior Member
 
Join Date: Dec 2006
Posts: 202
alexthunder is on a distinguished road
Default

Downloading videos from Google Chrome vs. Firefox


After having problem detecting stream URL from Google Chrome, I played the same stream in Firefox 4 and Replay Media Catcher detected it without any problem.

It appeared that Google Chrome sends the POST HTTP request without the content type:
Code:
POST /open/1 HTTP/1.1
User-Agent: Shockwave Flash
Host: n15.mos.cdn.online.ru
Content-Length: 1
Connection: Keep-Alive
Cache-Control: no-cache
While Firefox sends the content type:
Code:
POST /open/1 HTTP/1.1
Content-Type: application/x-fcs
User-Agent: Shockwave Flash
Host: n15.mos.cdn.online.ru
Content-Length: 1
Connection: Keep-Alive
Cache-Control: no-cache
Not sure why this has happened and whether this is always the case. But hope this may help you to download.
Reply With Quote