redirecting and mapping

C

codefragment

Hi
When redirecting does it make a difference if you do it a client
side redirect or via an asp.net call?

Assume that the client has a hyperlink which was populated based on
what the server thinks is the url, can you have cases where the url
shown is different to that which the server thinks it is due to some
kind of mapping? If so should redirects always occur via the server
side code?
 
B

bruce barker

redirecting is always done client side, either via a hyperlink url, or
the server sending the url with a redirect status (Response.Redirect).
in both cases the server must send the correct url from the clients
point of view. server setup (say a load balancer that changes ip
addesses) can cause a server to wrong in both cases.

a server can proxy a url to give access to say an internal server that
is not open to the internet.

-- bruce (sqlwork.com)
 
C

codefragment

server setup (say a load balancer that changes ip
addesses) can cause a server to wrong in both cases.

so what do developers do about this in practice?
a server can proxy a url to give access to say an internal server that
is not open to the internet.

I suspect this is the answer to my question but I'm afraid I didn't
understand it

thanks for the reply
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Redirecting? 2
Wildcard Mapping Performances 0
Redirecting URL 0
Redirecting Users: Please Help. 10
Nested Mapping 14
Repost: "Redirecting" web service 0
issubclass(dict, Mapping) 10
Mapping a Url Using ~ 2

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top