Hi,
I am trying to do REST API calls to a public API using the AutoResolveIntegrationRuntime in Azure Synapse.
If I test the connection of the REST Linked Service, it takes 2 minutes, but after a while it shows 'Connection Succesful'
However, when I define the REST dataset as source dataset in my Copy data activity and try to preview the data I receive the following error:
Error code 23360
Details
Fail to read from REST resource.
An error occurred while sending the request.
Unable to connect to the remote server
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 185.134.251.31:443

When I do REST API calls to the source API via Postman I receive status 200 OK and I can see the data so the API itself works fine.
When I run the pipeline in debug mode I receive the following error:
{
"errorCode": "2200",
"message": "Failure happened on 'Source' side. ErrorCode=RestResourceReadFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Fail to read from REST resource.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=System.Net.Http.HttpRequestException,Message=An error occurred while sending the request.,Source=mscorlib,''Type=System.Net.WebException,Message=Unable to connect to the remote server,Source=System,''Type=System.Net.Sockets.SocketException,Message=A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond xxx.xxx.xxx.xx:443,Source=System,'",
"failureType": "UserError",
"target": "cp_xxxxxx_bulk",
"details": []
}