0
1
There's a site from which I have to get information from. This site streams a video file leaning against Akamai platform. I tried everything I know to gather information (the real video's url) while the page loads but I always get the same (useless) results.
That said, if I open the site in TOR - well, things are a little different. While in normal browsing I obtain headers whose request urls are like http://ushds2-vh.akamaihd.net/useful_link_part_, in TOR I'm able to get the real url of the streamed video, which is made up of http://real_site.com/ + useful_link_part_., simply through the built-in debug tools. In a nutshell, browsing the same page on different browsers produces slightly different headers.
So, how does this work? Why am I not able to intercept these "special" headers through "normal" browsing? In which way does TOR operate?
*Among tools I tried there are Fiddler, debug tools of browsers, MS Network Monitor, Wireshark.. I also tried switching IP, DNS, user agents, HTTP(S) settings but with no success at all.
EDIT: Maybe I didn't explain the situation clearly. In short, through Firebug (Firefox extension) I managed to get some links that point to video files (various qualities) that are like http://foo.com/relinker/relinkerServlet.htm?cont=video_hash. These links, when parsed normally, request the corresponding Akamai link of the video which is like http://ushds2-vh.akamaihd.net/some_stuff and then the streaming starts. But this doesn't happen in TOR. In fact parsing that link (foo...) the real url of the file (that resides on a satellite site and not on Akamai) is requested and again the streaming starts but this time from the real url itself. It's important to say that all this process happens automatically. Now the real question is: why this behavior? How does TOR manage to obtain that link in place of Akamai link? Could it be due to proxies?
Moreover I found out that there's a site, UnderGet, that allows to reach the same result more or less, it retrieves the real video url starting from the first link (foo). The description says that "UnderGet allows you to download files that are otherwise blocked by a firewall or other tool at your work, school or country."
Why do you think the real address would ever leave their servers? – Daniel B – 2014-11-17T17:42:05.597