Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: Re: Microsoft.XMLHTTP get only half page! why?


Message #1 by "youwater" <youwater@y...> on Sun, 16 Feb 2003 08:58:17
I received an error from yahoo's server:

Method Not Implemented 
get to /chxx/chxx0140/index_c.html not supported.

I want to get weather from yahoo on my website,can you help me?
Message #2 by "Jason Salas" <jason@k...> on Sun, 16 Feb 2003 18:49:16 +1000
Can you post your code so we could see exactly where it's breaking?  It
might be something with Yahoo being down for the moment.

It's always best to provide an error trapping-and-handling facility in your
pages when using XMLHTTP, because you never know when your data provider
could be down for any reason (maintenance, unscheduled downtime, etc.).

I've found InterceptVector to be an outstanding provider of up-to-the-minute
weather data, and nearly no downtime.  Their datapush service generates XML
documents, so it's completely customizable.

http://weather.interceptvector.com

I use their info on this page on my site: http://www.kuam.com/weather

Jason

---------------------------------------------------
Jason Salas, MBA, MCP
Web Development Manager
Pacific Telestations, Inc. (dba, "KUAM")
URL: http://www.kuam.com
President, .NET User Group of Guam
URL: http://www.guam-asp.net
Mailto: jason@k...
Voice:  xxx-xxx-xxxx


----- Original Message -----
From: "youwater" <youwater@y...>
To: "ASPToday Discuss" <asptoday_discuss@p...>
Sent: Sunday, February 16, 2003 8:58 AM
Subject: [asptoday_discuss] Re: Microsoft.XMLHTTP get only half page! why?


> I received an error from yahoo's server:
>
> Method Not Implemented
> get to /chxx/chxx0140/index_c.html not supported.
>
> I want to get weather from yahoo on my website,can you help me?
>


  Return to Index