How to use Microsoft Graph API PHP SDK when not having Composer available?
I have done a few Microsoft Graph API requests, but solely using cURL
. Functionally this works perfectly fine, but periodically and frustrating often I do get a cURL response code 0
back, “Connection was reset
“. I cannot figure out how to fix this, and expect it to be a connectivity issue between my server and the API, but I cannot get any help from our IT as they just state “this is working fine from our end” (oh just great, thanks a lot).