Simple readXML which requires authentication



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
.



Relevant Pages

  • Re: Lessen und Schreiben sehr =?iso-8859-1?Q?gro=DFer?= XML-Dateien
    ... >> das gibt es schon und nennt sich Datenbank. ... Warum überhaupt xml (ausser zum Datentransfer auf die Clients)? ... Next by Date: ...
    (de.comp.lang.java)
  • Re: Incremental population stops
    ... I got some information from one of the clients to answer your questions. ... John ... > whether or not this is a bug or a PRB. ... >> users search for could meet with an XML element tag). ...
    (microsoft.public.sqlserver.fulltext)
  • Re: WSDL ElementForm Unqualified
    ... That seems to deviate from the design principle ... that wsdl is a contract and clients need to adhere to it. ... > I have a webservice with WSDL specifying 'elementFormDefault' set to ... I find when I try to process the incoming XML the raw ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Joining Office documents programatically
    ... Basically I am building a sharepoint based ... and infopath and don't have alot of experience in XML or XSLT). ... Citrix to deploy the system to these clients. ...
    (microsoft.public.office.developer.automation)
  • Re: Database->python->Xml->Xslt->Client
    ... Not any more verbose, typically, than HTML doing the presentation of ... whatever data the XML is encoding, which I take is the alternative John ... performance compared to having the server prepare and send all HTML. ... clients, and that carries its own set of issues. ...
    (comp.lang.python)