Replies: 1 comment 3 replies
-
@clwdesign it really sounds like intermittent DNS issues on your hosting server. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Periodically, I will start to get the following error when doing a simple Retrieve request -- e.g., $client->Retrieve('contact', 'SOMEIDHERE', new \AlexaCRM\Xrm\ColumnSet( true ));
"Authentication at Azure AD failed. cURL error 6: Could not resolve host: login.microsoftonline.com (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)"
I am not changing anything in my request and the exact same request had been successful one minute before and will be successful one minute after. Am I hitting some kind of intermittent usage limitation?
I am making maybe 10 requests in a 5-minute period so pretty tiny.
Beta Was this translation helpful? Give feedback.
All reactions