Commands and Topics for Web Server
Web Server, Overview
Web server configuration and connection management
Your First Time with the Web Server
Connection Security
On Web Authentication Database Method
On Web Connection Database Method
Binding 4D objects with HTML objects
URLs and Form Actions
4D HTML Tags
Web Server Settings
Information about the Web Site
Using the Contextual Mode
Using SSL Protocol
XML and WML Support
Using CGIs
GET HTTP BODY
(body)
GET HTTP HEADER
(header|fieldArray{; valueArray})
GET WEB FORM VARIABLES
(nameArray; valueArray)
PROCESS HTML TAGS
(inputData; outputData)
Secured Web connection
Boolean
SEND HTML BLOB
(blob; type{; noContext})
SEND HTML FILE
(htmlFile)
SEND HTML TEXT
(htmlText{; noContext})
SEND HTTP RAW DATA
(data{; *})
SEND HTTP REDIRECT
(url{; *})
SET CGI EXECUTABLE
(url1{; url2})
SET HOME PAGE
(homePage)
SET HTML ROOT
(rootFolder)
SET HTTP HEADER
(header|fieldArray{; valueArray})
SET WEB DISPLAY LIMITS
(numberRecords{; numberPages{; picRef}})
SET WEB TIMEOUT
(timeout)
START WEB SERVER
STOP WEB SERVER
Validate Digest Web Password
(userName; password)
Boolean
WEB CACHE STATISTICS
(pages; hits; usage)
Web Context
Boolean
Other related commands:
Get 4D folder
({folder}{; }{*})
String --
Theme:
4D Environment
SET DATABASE PARAMETER
({aTable; }selector; value) --
Theme:
4D Environment
ENCRYPT BLOB
(toEncrypt; sendPrivKey{; recipPubKey}) --
Theme:
BLOB
DECRYPT BLOB
(toDecrypt; sendPubKey{; recipPrivKey}) --
Theme:
BLOB
Database Methods
--
Theme:
Database Methods
ON ERR CALL
(errorMethod) --
Theme:
Interruptions
PROCESS PROPERTIES
(process; procName; procState; procTime{; procVisible{; uniqueID{; origin}}}) --
Theme:
Processes
GENERATE ENCRYPTION KEYPAIR
(privKey; pubKey{; length}) --
Theme:
Secured Protocol
GENERATE CERTIFICATE REQUEST
(privKey; certifRequest; codeArray; nameArray) --
Theme:
Secured Protocol
DISPLAY SELECTION
({aTable}{; selectMode{; enterList{; *{; *}}}}) --
Theme:
Selection
MODIFY SELECTION
({aTable}{; selectMode{; enterList{; *{; *}}}}) --
Theme:
Selection
Mac to ISO
(text)
String --
Theme:
String
SET ENVIRONMENT VARIABLE
(varName; varValue) --
Theme:
Tools