Link to home
Start Free TrialLog in
Avatar of SAbboushi
SAbboushiFlag for United States of America

asked on

how track down and disable re: www.pong.com

Using Chrome: hangs every now and then and eventually I get an error:
User generated image
Using Fiddler Web Debugger:
GET /games/ HTTP/1.1
Host: www.pong.com
Connection: keep-alive
Cache-Control: max-age=0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36
Referer: http://www.yimgr.com/support/www/delivery/afr.php?zoneid=127&refresh=110&cb=1423439793133&beacon=aee777b2&n=a804a66e
Accept-Encoding: gzip, deflate, sdch
Accept-Language: en-US,en;q=0.8
Cookie: __sonar=17815034957291086722; __gads=ID=49840ff876f1dd2d:T=1415309415:S=ALNI_MawmNwVzMpNddipkwjDUWcPoXHzbA; PHPSESSID=q0uihilt0gr6dorvj1anmnepm3; __utma=38106786.1122999613.1422900006.1422900006.1422900006.1; __utmc=38106786; __utmz=38106786.1422900006.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=38106786.1122999613.1422900006.1422900006.1422900006.1; __utmc=38106786; __utmz=38106786.1422900006.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mbox=PC#1417333456945-744846.28_05#1424643786|check#true#1423434246|session#1423434185731-658166#1423436046

Open in new window

GET /network/ HTTP/1.1
Host: www.pong.com
Connection: keep-alive
Cache-Control: max-age=0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36
Referer: http://www.pong.com/games/
Accept-Encoding: gzip, deflate, sdch
Accept-Language: en-US,en;q=0.8
Cookie: __sonar=17815034957291086722; __gads=ID=49840ff876f1dd2d:T=1415309415:S=ALNI_MawmNwVzMpNddipkwjDUWcPoXHzbA; PHPSESSID=q0uihilt0gr6dorvj1anmnepm3; __utma=38106786.1122999613.1422900006.1422900006.1422900006.1; __utmc=38106786; __utmz=38106786.1422900006.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=38106786.1122999613.1422900006.1422900006.1422900006.1; __utmc=38106786; __utmz=38106786.1422900006.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mbox=PC#1417333456945-744846.28_05#1424643786|check#true#1423434246|session#1423434185731-658166#1423436046

Open in new window


How can I identify what is responsible for these get requests and prevent them?

Thanks--
ASKER CERTIFIED SOLUTION
Avatar of Rob_Jeffrey
Rob_Jeffrey

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of SAbboushi

ASKER

Thanks - so how do I identify the alleged offending flash program?
Avatar of Rob_Jeffrey
Rob_Jeffrey

I don't know of a tool myself.  You may need to review all flash programs on the page and open them separately to see if you receive the error.
Without having the source code for the flash or decompiling I can't think of another way.
1) So the flash programs you are referring to are ones that are launched by the webpage and not originating by some malware or browser add-on?
2) If so, how do I list all the flash programs on a webpage (by which I assume that means flash program instances)?
3) What do you mean by "opening a flash program separately"?  How would I do so?
I've requested that this question be deleted for the following reason:

The question has either no comments or not enough useful information to be called an "answer".
Thanks - I just downloaded it!