-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
curl := CurlGet;
curl.SetUrl('https://empacser.now.sh/api/sync_proxy')
.SetCustomHeaders(
CurlGetSlist
.AddRaw('Content-type: application/json')
.AddRaw('Accept: */*')
)
.SetProxyFromIe
.SetOpt(CURLOPT_POST, true)
.SetOpt(CURLOPT_POSTFIELDS, TEncoding.UTF8.GetBytes('{"xyz": 10}'))
.SetCaFile('curl-ca-bundle.crt')
.SetUserAgent(ChromeUserAgent)
.SwitchRecvToString
.Perform;Metadata
Metadata
Assignees
Labels
No labels