Duncan's Radio-controlled Weblogs : Navig8, Aggreg8, Syndic8, and Radio8
Updated: 6/2/02; 3:01:42 pm.

 

Click to see the XML version of this web page.

 
 

Wednesday, February 6, 2002

Cool! - South Carolina. The latest BMB from Dave.
2:58:04 PM    

This post was made from behind a proxy server at work. If the XML-RPC call to radio.helloWorld works you will see a sensible result below:

<result>
Hello Duncan, you're using your loopback address 127.0.01 on port 5335 in this XML-RPC call!
</result>

Cool! The slight mods I made to system.verbs.builtins.tcp.httpClient seem to have done the trick. The mods (in emphasis) were:

bundle { //see if it's the same machine
	if string.lower (server) == "localhost" or server == "127.0.0.1" {
		flSameMachine = true}
	else {
		try {flSameMachine = tcp.equalNames (server, myAddress)}}; //DW 3/9/98
	
	if port != user.inetd.config.http.port and port != user.inetd.config.http2.port {
		flSameMachine = false}
	else {
		if not (inetd.isDaemonRunning (@user.inetd.config.http) or inetd.isDaemonRunning (@user.inetd.config.http2)) {
			flSameMachine = false}}}

Please note some of the original comments have been deleted just to keep the pre-formatted column width down.
9:43:12 AM    


© Copyright 2002 Duncan Smeed Click here to send an email to the editor of this weblog..



Click here to visit the Radio UserLand website.

 


February 2002
Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28    
Jan   Mar