| setsslocspresponder_httpmethod |
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 |
name |
Name of the OCSP responder to modify. This is mandatory parameter. |
httpmethod |
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 |