I have an error creating a post request, the error returned is:
New HTTP Request()
POST [url]
schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.
The solutions here didn't work for me, I got the same error message as HTTP Request with Headers? .
My code is approximately:
request = HTTPRequest(
Url(url),
Method("POST"),
Headers( {"Accept: application/json"}, {"Authorization = Bearer " }),
JSON(json)
);
Why isn't jsl on stackoverflow?