Modifier and Type | Method | Description |
---|---|---|
WebPage |
ScriptingAddition.handleCgiRequest(String thePathOfTheUrl,
String theDataForTheGetMethodOrDataAfterTheInAPostMethod,
String thePostArguments,
String theMimeContentTypeOfPostArguments,
String eitherGetOrPost,
String theIpAddressOfTheEntityMakingTheRequest,
String theUserNameAssociatedWithTheRequest,
String thePasswordSentWithTheRequest,
String additionalInformationAboutTheUserUsuallyTheEmailAddress,
String theNameOfTheServerApplicationSendingThisRequest,
String theIpPortNumberOfTheServer,
String thePathToTheScriptExecutingThisCgiInUrlForm,
String theUrlOfThePageTheClientUsedToLinkToTheCgi,
String theNameOfTheClientSoftware,
String thePathToTheFileOrCgi,
String eitherPreprocessorPostprocessorCgiOrAcgi,
String theInternetAddressOfTheClient,
String theFullRequestAsSentToTheServer,
int theIdOfTheConnectionFromTheServerToTheClient,
String theUrlOfTheRootFolderOfTheVirtualHost) |
Sent to a script to process a Common Gateway Interface request.
|