Bev Posted October 9, 2014 Posted October 9, 2014 The Computing teacher wants the students to use this website to see how the internet works. Visual Trace Route Tool - Find, Track, and Map the Route to an IP Address When I try it on my mac, it works great, but when we try it on a students account the website doesn't load correctly. I've upgraded Java and tried reducing the security to medium but it isn't helping. As I'm not sure what it causing the problem, I don't know what to do to fix it. Thanks
Bev Posted October 9, 2014 Author Posted October 9, 2014 Just to add to this, the source indicates it's javascript, but as far as I can tell I have javascript enabled to run on anywebsite. If I try any of the 'test' websites, such as JavaScript Tester at Java Tester Website they all confirm it's ok.
localzuk Posted October 9, 2014 Posted October 9, 2014 Do you have javascript disabled? Also, the site uses files from http://maps.gstatic.com - is this accessible?
Bev Posted October 9, 2014 Author Posted October 9, 2014 That link , maps.gstatic.com doesn't work, but it's not blocked, it just says it's an invalid url
Bev Posted October 9, 2014 Author Posted October 9, 2014 I can get to this maps.gstatic.com page, so I don't think that's the problem Google Maps Street View
localzuk Posted October 9, 2014 Posted October 9, 2014 I just put the server address, the actual files are: http://maps.gstatic.com/cat_js/maps-api-v3/api/js/18/7/%7Bcontrols,stats%7D.js http://maps.gstatic.com/cat_js/maps-api-v3/api/js/18/7/%7Bmain,geometry%7D.js http://maps.gstatic.com/cat_js/maps-api-v3/api/js/18/7/%7Butil,onion%7D.js http://maps.googleapis.com/maps/api/js/AuthenticationService.Authenticate http://maps.googleapis.com/maps/api/js/ViewportInfoService.GetViewportInfo http://maps.googleapis.com/maps/api/js/QuotaService.RecordEvent Do those all work? The first 3 should return javascript files, the latter 3 should give a message about downloading an API.
Bev Posted October 9, 2014 Author Posted October 9, 2014 The first 3 download a file, the last 3 say Info icon The website declined to show this webpage HTTP 403 Most likely causes: •This website requires you to log in. What you can try: Go back to the previous page. More information
localzuk Posted October 9, 2014 Posted October 9, 2014 Hmm... That's what I get in IE. The site still works though in that browser. Not sure at all what could be causing this then. My suggestion, load up the inspection tool by pressing F12, go to Console and see if there are any errors.
Bev Posted October 9, 2014 Author Posted October 9, 2014 I've tried that in both IE and Chrome, and they both have error messages. But to me, they look like coding errors so I don't understand how the website sometimes works.
bald_pig Posted October 9, 2014 Posted October 9, 2014 I suggest checking the developer tools' network tab while the page loads on the working and non working accounts, and see if there's something that's being blocked on the student accounts.
Bev Posted October 9, 2014 Author Posted October 9, 2014 Thanks for all your help, I haven't quite got to the bottom of it, but it is something being blocked as if I connect without going through our proxy server then it is working fine.
Norphy Posted October 9, 2014 Posted October 9, 2014 Is it one particular browser that's doing this? Reason I ask is because once upon a time we had a website problem like you describe. We were using IE everywhere. The website in question was downloading a control from either Facebook or Twitter and getting blocked by the proxy. IE was then going 'lol no' and refused to render the rest of the page. Chrome and Firefox both rendered the page quite happily without the blocked control. It may be worth sticking Chrome on a machine and seeing if that behaves any better. We found this out by using the IE dev tools and running a network trace.
SovietRussia Posted October 9, 2014 Posted October 9, 2014 (edited) Thats a CSS issue. The LI styles have not applied. Check you can get to this page -> http://www.yougetsignal.com/css/yougetsignal.css Without CSS you get this (Using Chrome by removing the CSS Import node in the head tags) Edited October 9, 2014 by SovietRussia
Bev Posted October 9, 2014 Author Posted October 9, 2014 I can get to that page. We tried both IE and Chrome and neither worked, but it must be something getting blocked as the staff have use a different proxy and they can access the page. I didn't manage to really resolve it before the class, so the teacher has had to demonstrate instead.
john2k5 Posted December 8, 2014 Posted December 8, 2014 Charles will tell you exactly what is getting blocked. Just remember to set the upstream proxy to the student proxy with login credentials. [Edit: Didn't read the date, I'm sure you're sorted by now, but still a very handy program for future reference]
jinnantonnixx Posted December 8, 2014 Posted December 8, 2014 Firebug is useful. What is Firebug? : Firebug
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now