Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Response = HTTP_Services('RunHTTPService', HTTPService, RemainingURLGetHTTPQueryString')
Response = HTTP_Services('GetHTTPPathInfo')
Response = HTTP_Services('GetHTTPContentType')
Response = HTTP_Services('GetHTTPContentLength')
Response = HTTP_Services('GetHTTPGatewayInterface')
Response = HTTP_Services('GetHTTPHTTPS')
Response = HTTP_Services('GetHTTPAccept')
Response = HTTP_Services('GetHTTPCookie')
Response = HTTP_Services('GetHTTPFrom')
Response = HTTP_Services('GetHTTPReferer')
Response = HTTP_Services('GetHTTPUserAgent')
Response = HTTP_Services('GetHTTPTranslated')
Response = HTTP_Services('GetHTTPRemoteAddr')
Response = HTTP_Services('GetHTTPRemoteHost')
Response = HTTP_Services('GetHTTPRemoteIdent')
Response = HTTP_Services('GetHTTPRemoteUser')
Response = HTTP_Services('GetHTTPRequestMethod')
Response = HTTP_Services('GetHTTPScriptName')
Response = HTTP_Services('GetHTTPServerName')
Response = HTTP_Services('GetHTTPServerPort')
Response = HTTP_Services('GetHTTPServerProtocol')
Response = HTTP_Services('GetHTTPServerSoftware')
Response = HTTP_Services('GetHTTPServerURL')
Response = HTTP_Services('GetHTTPNoURLDecode')
Response = HTTP_Services('GetHTTPResponseIsBinary')
Response = HTTP_Services('GetHTTPRegistrySettings')
Response = HTTP_Services('GetHTTPOECGIVersion')
Response = HTTP_Services('GetHTTPGetString')
Response = HTTP_Services('GetHTTPPostString')
Response = HTTP_Services('GetHTTPAdditionalValues')

Returns

N/A

Parameters

...

N/A

Remarks

...

The

...

supported HTTP request values are as follows:

The RunHTTPService service is the official way to call specific web service APIs. The HTTPService argument should contain the same name found in the URL segment that corresponds with the API resource. For instance, for the /customers URL, the HTTPService argument should contain the value of customers. This will call the HTTP_CUSTOMERS_SERVICES BASIC+ routine.

...