Home > Configuration > SSL > setsslzerotouchparam_ocsphttpmethod

setsslzerotouchparam_ocsphttpmethod

Use this method to set hTTP method used to send ocsp request. POST is the default httpmethod. If request length is > 255, POST wil be used even if GET is set as httpMethod

Syntax



Parameters

ocsphttpmethod

HTTP method used to send ocsp request. POST is the default httpmethod. If request length is > 255, POST wil be used even if GET is set as httpMethod
Default value = NS_HTTP_METHOD_POST.
Possible Values : GET, POST.

Return Value

Returns simpleResult

See Also