Simple readXML which requires authentication
- From: "Albert" <u18435@uwe>
- Date: Wed, 31 May 2006 14:43:48 GMT
Hi, I have a web application which gets data from clients via XML. Up to now
I used the DataSet.readXML("http://xmlURL.xml") to get and parse xml content
into my database.
Now one of my clients has placed his XML on a server that requires
authentication and has provided the username and password.
I tried the following: http://<username>:<password>@ xmlURL.xml
It works if I enter the above in Firefox for example
It doesn't work though in neither of those:
IE 6 and programmatically via the application (which uses DataSet.readXML
("http://<username>:<password>@ xmlURL.xml")).
In IE I get a file not found error,
And in the application run I get a 401 unauthorized error.
My questions are:
Can I use the simple (I suppose insecure way) http://<username>:<password>@...
by maybe changing the application configuration?
What other options do I have?
Thanks in advance,
Albert
--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net-security/200605/1
.
- Follow-Ups:
- Re: Simple readXML which requires authentication
- From: Gaurav Vaish \(www.EduJini.IN\)
- Re: Simple readXML which requires authentication
- From: Dominick Baier [DevelopMentor]
- Re: Simple readXML which requires authentication
- Prev by Date: Re: securing an intranet site
- Next by Date: Re: Simple readXML which requires authentication
- Previous by thread: Re: securing an intranet site
- Next by thread: Re: Simple readXML which requires authentication
- Index(es):
Relevant Pages
|
|