4D v16.3HTTP Get certificates folder |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v16.3
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 Client
Number:
1307
Created: 4D v14
4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)