472,371 Members | 1,497 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,371 software developers and data experts.

HttpWebRequest on GoDaddy Problem

I have a site hosted on GoDaddy's shared platorm.

I am trying to read XML from the yahoo RSS feed using the
HttpWebRequest.GetResponse method and am getting a "401 access denied"
exception.

I have seen posts here before that indicate GoDaddy needs to provide a proxy
to allow this to work properly. They claim this is not the case and want me
to open a trouble ticket with their advanced support (this could cost
money!).

Any thoughts?

Thanks
Derek
Nov 19 '05 #1
3 3144
d2005\ wrote:
I have a site hosted on GoDaddy's shared platorm.

I am trying to read XML from the yahoo RSS feed using the
HttpWebRequest.GetResponse method and am getting a "401 access
denied" exception.

I have seen posts here before that indicate GoDaddy needs to provide
a proxy to allow this to work properly.

[...]

You need to provide credentials. A proxy has nothing to do with that.
Cheers,
--
http://www.joergjooss.de
mailto:ne********@joergjooss.de
Nov 19 '05 #2
I would gladly give credentials if GoDaddy would admit to needing them or a
Proxy for that matter. I have actually gotten this working by using the
proxy server (internal to GoDaddy) someone on this newsgroup (I would give
credit, but now can't find the post.) was using. The credentials were
Default, no mod.

"Joerg Jooss" <ne********@joergjooss.de> wrote in message
news:xn****************@msnews.microsoft.com...
d2005\ wrote:
I have a site hosted on GoDaddy's shared platorm.

I am trying to read XML from the yahoo RSS feed using the
HttpWebRequest.GetResponse method and am getting a "401 access
denied" exception.

I have seen posts here before that indicate GoDaddy needs to provide
a proxy to allow this to work properly.

[...]

You need to provide credentials. A proxy has nothing to do with that.
Cheers,
--
http://www.joergjooss.de
mailto:ne********@joergjooss.de

Nov 19 '05 #3
d2005 wrote:
I would gladly give credentials if GoDaddy would admit to needing
them or a Proxy for that matter.
If have no clue what GoDaddy is, but what is "admit to need
credentials" supposed to mean? If you have to log on to use their site,
they need credentials.
I have actually gotten this working
by using the proxy server (internal to GoDaddy) someone on this
newsgroup (I would give credit, but now can't find the post.) was
using. The credentials were Default, no mod.


Passing your Windows credentials won't really help ;-)

Cheers,
--
http://www.joergjooss.de
mailto:ne********@joergjooss.de
Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Hans | last post by:
Hi everybody, I am desperately trying to log into my account at godaddy.com with PHP and Curl and just cannot make it happen. Has anybody written a script for this purpose? Here is what I...
2
by: Dale | last post by:
I'm (trying) to help a friend setup a MySQL db and use some simple scripts on a site hosted with GoDaddy. I note that GoDaddy appears to use Microsoft. I have done this: $connection =...
10
by: Gregory A Greenman | last post by:
I'm trying to write a program in vb.net to automate filling out a series of forms on a website. There are three forms I need to fill out in sequence. The first one is urlencoded. My program is...
16
by: thomas peter | last post by:
I am building a precache engine... one that request over 100 pages on an remote server to cache them remotely... can i use the HttpWebRequest and WebResponse classes for this? or must i use the...
2
by: Steve Richter | last post by:
I have a page that uses simple HTTP GET to do an ISBN lookup via Amazon.com. The page works when I run it from //localhost. But I have moved it to my godaddy.com shared hoster site, and I get...
1
by: David Horowitz | last post by:
Hi folks, Just set up Dedicated Server Hosting with GoDaddy. I put a very simple ASP page in the home web directory and try to load it and get a very generic error. A simple HTML file works...
3
by: JansenH | last post by:
We have implemented a 'HTTP Post' client in C# that posts Xml documents to a webserver. This is working fine if the post rate is one post for every 20 seconds. But if the post rate is increased to...
0
by: nfhm2k | last post by:
I've been trying to find a solution to this for quite some time now... I even took a look at existing scripts... Including this one......
1
by: Proogeren | last post by:
I have a problem with a httpwebrequest that I am creating. The request in itself looks correct but using fiddler I see that a www-authentication header is sent along as well. The code is pasted...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
2
by: Ricardo de Mila | last post by:
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what...
1
by: Johno34 | last post by:
I have this click event on my form. It speaks to a Datasheet Subform Private Sub Command260_Click() Dim r As DAO.Recordset Set r = Form_frmABCD.Form.RecordsetClone r.MoveFirst Do If...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.