J
John Dalberg
Hello
For a single signon solution, I am putting a login form for a remote server
on my own site. When the form gets posted, the asp.net creates a
httpwebrequest object, does the post, gets the request, flushes the current
response object, puts the response from the post into the current post and
it gets sent back to the browser. The browser shows the after login page
correctly.
The problem is that the browser's url is still showing the original url. I
want the browser to show the remote url as if I am logged in into their
site.
If I try response.redirect, I am at the remote's site login page. Their
site doesn't use cookies. response.redirectlocation doesn't work either.
John Dalberg
For a single signon solution, I am putting a login form for a remote server
on my own site. When the form gets posted, the asp.net creates a
httpwebrequest object, does the post, gets the request, flushes the current
response object, puts the response from the post into the current post and
it gets sent back to the browser. The browser shows the after login page
correctly.
The problem is that the browser's url is still showing the original url. I
want the browser to show the remote url as if I am logged in into their
site.
If I try response.redirect, I am at the remote's site login page. Their
site doesn't use cookies. response.redirectlocation doesn't work either.
John Dalberg