asp.net - Hide Url on response.redirect to another website -


i have aspx page, on button click user redirected external sso!

my requirement hide sso url user redirected! there way achieve that?

i know server.transfer not change browser url server.tranfer not work when external url called.

is there way can achieve this?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -