Code:
GET /KDAYFMAAC?streamtheworld_user=1&nobuf=1237957437203 HTTP/1.1
Accept: */*
Accept-Language: en-US
Referer: "http://208.80.54.98/KDAYFMAAC?streamtheworld_user=1&nobuf=1237957437203"
x-flash-version: 10,0,22,87
UA-CPU: x86
Accept-Encoding: gzip, deflate
Host: 208.80.54.98
Connection: keep-alive
In your example you can just get the URL from the referer field:
Code:
http://208.80.54.98/KDAYFMAAC?streamtheworld_user=1&nobuf=1237957437203
But usually you need to take the server IP address (208.80.54.98) and join it with the GET path (/KDAYFMAAC?streamtheworld_user=1&nobuf=123795743720 3). Then just add http:// in the beginning and you will get the URL that you can use
Code:
http://208.80.54.98/KDAYFMAAC?streamtheworld_user=1&nobuf=1237957437203