Tech Tip: When is the On Web Authentication method executed?
PRODUCT: 4D | VERSION: | PLATFORM: Mac & Win
Published On: February 5, 2004
Compatibility: Version 6.8.x and 2003.x
If it exists, the On Web Authentication Database Method is called in the following cases:
- when 4D receives a URL beginning with 4DACTION/
- when 4D receives a URL beginning with 4DMETHOD/
- when 4D receives a URL beginning with 4DCGI/
- when 4D receives a URL requesting a static page that does not exist
- when 4D processes a 4DSCRIPT tag in a semi-dynamic page
- when 4D processes a 4DLOOP tag based on a method in a semi-dynamic page
- when 4D receives a SOAP request