473,396 Members | 1,927 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Basic Authentication no prompt login box

I have a problem with basic authentication.
I redirect a user from a page to another.
I don't want to get the NT prompt login, I want the user to be logged in
automatically.
I want to send the username/password to the page.

I have read something about cookies and sending username/password through
the header.

With the new Windows Update 832894 it is no longer possible to use
http(s)://username:password@server/resource.ext

Is there any other way to redirect to another page and pass the username and
password

/Magnus
Jul 19 '05 #1
6 3766
If you had the ability to redirect the user to name:pa******@yoursite.com,
that would mean that you already know the username and password, wouldn't
it?

The username will be automatically passed if your site is in the browser's
intranet zone, security settings in the browser are set to send the logon
credentials to that zone (default in IE), and you are using integrated
authentication.

Ray at work

"Magnus Jardeby" <ma****@ciceronen.com> wrote in message
news:Ox**************@TK2MSFTNGP10.phx.gbl...
I have a problem with basic authentication.
I redirect a user from a page to another.
I don't want to get the NT prompt login, I want the user to be logged in
automatically.
I want to send the username/password to the page.

I have read something about cookies and sending username/password through
the header.

With the new Windows Update 832894 it is no longer possible to use
http(s)://username:password@server/resource.ext

Is there any other way to redirect to another page and pass the username and password

/Magnus

Jul 19 '05 #2
Hi!
Yes I know the username and the password!
I want to redirect the user with his/her username and password to an
internet site that is using basic authentication.
The user is supposed to click on a link and not notice that he/she is sent
to an external site.
If I redirect to this page without username and password the logon prompt
appears.
With the new Windows Update it is no longer possible to send
username/password in the URL.
Any new thoughts?

/Magnus

"Ray at <%=sLocation%> [MVP]" <myfirstname at lane34 dot com> wrote in
message news:up****************@TK2MSFTNGP12.phx.gbl...
If you had the ability to redirect the user to name:pa******@yoursite.com,
that would mean that you already know the username and password, wouldn't
it?

The username will be automatically passed if your site is in the browser's
intranet zone, security settings in the browser are set to send the logon
credentials to that zone (default in IE), and you are using integrated
authentication.

Ray at work

"Magnus Jardeby" <ma****@ciceronen.com> wrote in message
news:Ox**************@TK2MSFTNGP10.phx.gbl...
I have a problem with basic authentication.
I redirect a user from a page to another.
I don't want to get the NT prompt login, I want the user to be logged in
automatically.
I want to send the username/password to the page.

I have read something about cookies and sending username/password through the header.

With the new Windows Update 832894 it is no longer possible to use
http(s)://username:password@server/resource.ext

Is there any other way to redirect to another page and pass the username

and
password

/Magnus


Jul 19 '05 #3
I see. I'd say that you'd have to tell the user what is going on then.

Ray at work

"Magnus Jardeby" <ma****@ciceronen.com> wrote in message
news:OC**************@TK2MSFTNGP09.phx.gbl...
Hi!
Yes I know the username and the password!
I want to redirect the user with his/her username and password to an
internet site that is using basic authentication.
The user is supposed to click on a link and not notice that he/she is sent
to an external site.
If I redirect to this page without username and password the logon prompt
appears.
With the new Windows Update it is no longer possible to send
username/password in the URL.
Any new thoughts?

/Magnus

"Ray at <%=sLocation%> [MVP]" <myfirstname at lane34 dot com> wrote in
message news:up****************@TK2MSFTNGP12.phx.gbl...
If you had the ability to redirect the user to name:pa******@yoursite.com,
that would mean that you already know the username and password, wouldn't it?

The username will be automatically passed if your site is in the browser's intranet zone, security settings in the browser are set to send the logon credentials to that zone (default in IE), and you are using integrated
authentication.

Ray at work

"Magnus Jardeby" <ma****@ciceronen.com> wrote in message
news:Ox**************@TK2MSFTNGP10.phx.gbl...
I have a problem with basic authentication.
I redirect a user from a page to another.
I don't want to get the NT prompt login, I want the user to be logged in automatically.
I want to send the username/password to the page.

I have read something about cookies and sending username/password through the header.

With the new Windows Update 832894 it is no longer possible to use
http(s)://username:password@server/resource.ext

Is there any other way to redirect to another page and pass the

username and
password

/Magnus



Jul 19 '05 #4
Ok. I can tell the users what is going on but I don't think they want to
login again since they are already logged into the system.
Thanks for your answers anyway!

/Magnus

"Ray at <%=sLocation%> [MVP]" <myfirstname at lane34 dot com> wrote in
message news:OF**************@tk2msftngp13.phx.gbl...
I see. I'd say that you'd have to tell the user what is going on then.

Ray at work

"Magnus Jardeby" <ma****@ciceronen.com> wrote in message
news:OC**************@TK2MSFTNGP09.phx.gbl...
Hi!
Yes I know the username and the password!
I want to redirect the user with his/her username and password to an
internet site that is using basic authentication.
The user is supposed to click on a link and not notice that he/she is sent
to an external site.
If I redirect to this page without username and password the logon prompt appears.
With the new Windows Update it is no longer possible to send
username/password in the URL.
Any new thoughts?

/Magnus

"Ray at <%=sLocation%> [MVP]" <myfirstname at lane34 dot com> wrote in
message news:up****************@TK2MSFTNGP12.phx.gbl...
If you had the ability to redirect the user to
name:pa******@yoursite.com, that would mean that you already know the username and password, wouldn't it?

The username will be automatically passed if your site is in the browser's intranet zone, security settings in the browser are set to send the logon credentials to that zone (default in IE), and you are using integrated
authentication.

Ray at work

"Magnus Jardeby" <ma****@ciceronen.com> wrote in message
news:Ox**************@TK2MSFTNGP10.phx.gbl...
> I have a problem with basic authentication.
> I redirect a user from a page to another.
> I don't want to get the NT prompt login, I want the user to be
logged in > automatically.
> I want to send the username/password to the page.
>
> I have read something about cookies and sending username/password

through
> the header.
>
> With the new Windows Update 832894 it is no longer possible to use
> http(s)://username:password@server/resource.ext
>
> Is there any other way to redirect to another page and pass the username and
> password
>
> /Magnus
>
>



Jul 19 '05 #5
..NET Passport! :]

Ray at work

"Magnus Jardeby" <ma****@ciceronen.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Ok. I can tell the users what is going on but I don't think they want to
login again since they are already logged into the system.
Thanks for your answers anyway!

/Magnus

"Ray at <%=sLocation%> [MVP]" <myfirstname at lane34 dot com> wrote in
message news:OF**************@tk2msftngp13.phx.gbl...
I see. I'd say that you'd have to tell the user what is going on then.

Ray at work

"Magnus Jardeby" <ma****@ciceronen.com> wrote in message
news:OC**************@TK2MSFTNGP09.phx.gbl...
Hi!
Yes I know the username and the password!
I want to redirect the user with his/her username and password to an
internet site that is using basic authentication.
The user is supposed to click on a link and not notice that he/she is sent to an external site.
If I redirect to this page without username and password the logon prompt appears.
With the new Windows Update it is no longer possible to send
username/password in the URL.
Any new thoughts?

/Magnus

"Ray at <%=sLocation%> [MVP]" <myfirstname at lane34 dot com> wrote in
message news:up****************@TK2MSFTNGP12.phx.gbl...
> If you had the ability to redirect the user to

name:pa******@yoursite.com,
> that would mean that you already know the username and password,

wouldn't
> it?
>
> The username will be automatically passed if your site is in the

browser's
> intranet zone, security settings in the browser are set to send the

logon
> credentials to that zone (default in IE), and you are using integrated > authentication.
>
> Ray at work
>
> "Magnus Jardeby" <ma****@ciceronen.com> wrote in message
> news:Ox**************@TK2MSFTNGP10.phx.gbl...
> > I have a problem with basic authentication.
> > I redirect a user from a page to another.
> > I don't want to get the NT prompt login, I want the user to be

logged
in
> > automatically.
> > I want to send the username/password to the page.
> >
> > I have read something about cookies and sending username/password
through
> > the header.
> >
> > With the new Windows Update 832894 it is no longer possible to use
> > http(s)://username:password@server/resource.ext
> >
> > Is there any other way to redirect to another page and pass the

username
> and
> > password
> >
> > /Magnus
> >
> >
>
>



Jul 19 '05 #6
I have the same problem. The user does not want to login again when jumping from one site to another. I can't change from basic authentication. I know the username and password. Is there anyway to make this happen?
Jul 19 '05 #7

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

Similar topics

7
by: Michael Foord | last post by:
#!/usr/bin/python -u # 15-09-04 # v1.0.0 # auth_example.py # A simple script manually demonstrating basic authentication. # Copyright Michael Foord # Free to use, modify and relicense. #...
1
by: VJ | last post by:
Hi, IIS raises login dialog box prompt on browser for resources protected using basic authentication. That login prompt gives user 3 attempts to enter correct userid/password. IIS throw 401.1...
4
by: Joseph | last post by:
I have an intranet application that I setup using windows authentication through IIS basic authentication. Is there a way to set a timeout, so that after ten minutes the user will be prompted...
4
by: Dave | last post by:
Hi, Is there anyway to mimic forms authentication's loginUrl and RedirectFromLoginPage functionality using Windows authentication? We are developing intranet sites using basic authentication...
6
by: Erez Shor | last post by:
Hi, I need to build and asp page which access a remote windows server's registry and create a registry key. In order for the ASP page to be able to access the registry on the remote server I need...
2
by: Chad Beckner | last post by:
Hi everyone, I am developing a site in which the root will be set with Anonymous & Basic permissions. Past that I will have an application (directory) in which I will be developing...
3
by: sefe dery | last post by:
hi ng, i try to create a asp.net 1.0 website on windows server 2003(Servername: ServerX) with iis 6.0. PROBLEM: The user should login with his windows credentials in basic.aspx and...
3
by: Martin | last post by:
How does one set up basic authentication on an HttpListener? I know I need to set the HttpListener.AuthenticationSchemes to AuthenticationSchemes.Basic but then I'm unsure how and against what...
12
by: Joff | last post by:
I'm running PHP on IIS and need to set basic authentication on a particular folder, e.g http://domain.com/private/ I've set the user on the server and assigned permissions to the folder. When...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.