[PHP] basic authentication and redirection

2010-03-03 Thread Bill Rausch
Hi there, In certain circumstances controlled by my users, I'd like to redirect my users to another site, a third party whom we have contracted with. The second site uses basic authentication with a simple username and password. Can I write my PHP code so my users do not have to login (or

Re: [PHP] basic authentication and redirection

2010-03-03 Thread Rene Veerman
depends on how that site does its authentication... if it's a form, it may need an extra setting to allow you to go to a specific page on that site after authentication. On Wed, Mar 3, 2010 at 8:25 PM, Bill Rausch brau...@owt.com wrote: Hi there, In certain circumstances controlled by my

RE: [PHP] basic authentication and redirection

2010-03-03 Thread Jay Blanchard
[snip] In certain circumstances controlled by my users, I'd like to redirect my users to another site, a third party whom we have contracted with. The second site uses basic authentication with a simple username and password. Can I write my PHP code so my users do not have to login (or even

Re: [PHP] basic authentication and redirection

2010-03-03 Thread Robert Cummings
Jay Blanchard wrote: [snip] In certain circumstances controlled by my users, I'd like to redirect my users to another site, a third party whom we have contracted with. The second site uses basic authentication with a simple username and password. Can I write my PHP code so my users do not