KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Using the SET HTTP REDIRECT
PRODUCT: 4D | VERSION: | PLATFORM:
Published On: August 6, 1999

4D version 6.5 contains a new command called SET HTTP REDIRECT. This command allows you to transform one URL into another one. The documentation tells you how to redirect to an html file. It also states that you can redirect to another web server, but it doesn't tell you how.

To redirect to another web server, you must use the format "//URL". If you don't, the address will be appended to the current URL.

Example:

SET HTTP REDIRECT("//www.4D.com")