Search results
Results from the WOW.Com Content Network
URL redirection, also called URL forwarding, is a World Wide Web technique for making a web page available under more than one URL address. When a web browser attempts to open a URL that has been redirected, a page with a different URL is opened.
The server then refreshes the same page using the information it has just received. Postbacks are most commonly discussed in relation to JSF and ASP or ASP.NET. In ASP, a form and its POST action have to be created as two separate pages, resulting in the need for an intermediate page and a redirect if one simply wants to perform a postback.
If the target is a non-existent section of an existing page, then the redirect will take the reader to the top of the target page. Chains of redirects are not followed. If title A redirects to B, and B is itself a redirect page, then a reader navigating to A will see the display of the redirect page B (as illustrated).
Diagram of a double POST problem encountered in user agents. Diagram of the double POST problem above being solved by PRG. Post/Redirect/Get (PRG) is a web development design pattern that lets the page shown after a form submission be reloaded, shared, or bookmarked without ill effects, such as submitting the form another time.
A redirect is a special type of page that sends the reader to another page. They are used when there are different names for the same subject. For example, the United Kingdom is often referred to as the "UK". The article on Wikipedia entitled UK is a redirect to the United Kingdom article, as it is the same topic as the United Kingdom article.
replacing Redirect page name with the name of the redirect page to link. To link to a redirect page without following the underlying redirect, use: {{No redirect|Redirect page name}} replacing Redirect page name with the name of the redirect page to link. Clicking on a no-redirect link will send the reader to the redirect page rather than the ...
Get AOL Mail for FREE! Manage your email like never before with travel, photo & document views. Personalize your inbox with themes & tabs. You've Got Mail!
The end result is a redirection to the new URL. Many web browsers implemented this code in a manner that violated this standard, changing the request type of the new request to GET , regardless of the type employed in the original request (e.g. POST ). [ 1 ]