I'm starting to learn web-programming. I've read about the difference between forward
and redirect
. But two questions not fully understood still:
- In which case does the process access to a server-side and in which case without server-side?
- When does URL change and when doesn't change? Does URL changes always when redirecting? Does URL changes never when forwarding?
I would be very grateful for the clear answers and explanations! Thanks in advance!