S
Spiff
Greetings!
I have a web application with basic authentication and i need to read a
XML File from the server, to do so i need credentials. So I generate
network credential by using the data i get with
Request.Headers("Authorization").
But sometimes after the browser ask me for authentication, when i read
the Request.Headers("Authorization") it returns nothing - so i can't
read the XML file - but the browser don't ask me for authentication...
Does anyone know what could be? How can i resolve this problem?
Thanks,
Spiff
I have a web application with basic authentication and i need to read a
XML File from the server, to do so i need credentials. So I generate
network credential by using the data i get with
Request.Headers("Authorization").
But sometimes after the browser ask me for authentication, when i read
the Request.Headers("Authorization") it returns nothing - so i can't
read the XML file - but the browser don't ask me for authentication...
Does anyone know what could be? How can i resolve this problem?
Thanks,
Spiff