I've searched forums for days, but cannot find answer to this problem.
*I have a simple GET API call that works fine in Postman, but my Web Activity fails with Error Code 2108:
Error calling the endpoint 'https://app.triblio.com/api/reports/account_metrics'. Response status code: ''. More details: Exception message: 'The format of value '1618415703' is invalid.'. No response from the endpoint. Possible causes: network connectivity, DNS failure, server certificate validation or timeout.
*The error refers to value '1618415703', which a header item called date. The value is a Epoch Timestamp. (that value is from a few days ago, but still works fine in Postman. When I use current Epoch Timestamp, I get the same error).
*There are three headers required to authenticate: date, token, and signature. When I remove one of those headers, I get an "Unauthorized" error....so I know that it is connecting to the URL successfully.
*Per other forum suggestions, I have increased the timeout but I think that is unrelated because the Web Activity fails almost instantly. In Postman, the API calls takes 3 seconds to run.
*I have also experimented with adding in a Linked Service that calls that same URL, but that didn't seem to make a difference.
Thank you for any help; I'm watching for replies so that I can respond quickly to follow-up questions.
89362-code.txt