CGI redirection: let us discuss it further

Sybren Stuvel sybrenUSE at YOURthirdtower.com.imagination
Tue Mar 28 16:23:33 EST 2006


Sullivan WxPyQtKinter enlightened us with:
> Sorry I do not quite understand what is the difference between an
> internal redirection and an external one?

External:
    - Browser requests URL A
    - Server responds "Go to URL B"
    - Browser requests URL B
    - Server responds with contents of B
    - Browser displays B

Internal:
    - Browser requests URL A
    - Server responds with contents of B
    - Browser displays B

Sybren
-- 
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself? 
                                             Frank Zappa



More information about the Python-list mailing list