use tracert to get all hops and use telnet to attempt https
if the last hop fails good chance its the router not set up, as mentioned below
Monday, January 6, 2014
difference between iqueryable and ienumerable
Undefined and Defaults in Javascript
K = {};
K.T = K.T || {};
K.T.F = K.T.F || {};
the first line raises an undefined error - the other lines are ok
This and That in Javascript
var i ={
a:89,
herby:function(){
var that = this;
return function()
{
return that.a;
}
}
};
alert(i.herby()());
Mr Crockford's words on the subject are unreadable - I think the editor may have screwed up
a:89,
herby:function(){
var that = this;
return function()
{
return that.a;
}
}
};
alert(i.herby()());
Mr Crockford's words on the subject are unreadable - I think the editor may have screwed up
Sunday, January 5, 2014
htttp 502 fiddler response from https
the router was not set up properly
Friday, January 3, 2014
Connectivity testing with Ping, Telnet, Tracert and PathPing:
Subscribe to:
Comments (Atom)