This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
HTTP Get certificates folder
|
HTTP Get certificates folder -> Function result | ||||||||
Parameter | Type | Description | ||||||
Function result | Text |
![]() |
Complete pathname of active certificates folder | |||||
The HTTP Get certificates folder command returns the complete pathname of the active client certificates folder.
By default, 4D uses the "ClientCertificatesFolder" folder that is created next to the structure file (folder only created if necessary). However, you can create a custom folder for the current process using the HTTP SET CERTIFICATES FOLDER command.
You want to change certificates folder temporarily:
C_TEXT($certifFolder)
$certifFolder :=HTTP Get certificates folder //save current folder
HTTP SET CERTIFICATES FOLDER("C:/temp/certifTempo/")
... // execution of specific requests
HTTP SET CERTIFICATES FOLDER($certifFolder) //restore previous folder
Product: 4D
Theme: HTTP
Number:
1307
Created: 4D v14
4D Language Reference ( 4D v20 R7)