-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
Hi,
starting from 23 January 2018 at 17:30 UTC, node-apac stop to work in our backed. All requests return status "503 service unavailable". Comparing curl requests with node-apac requests we found the problem and fix it adding header Accept (lib/operation-helper.js line 93)
var options = {
hostname: host,
path: uri,
method: 'GET',
headers: {
Accept: '*/*'
}
}
Can anyone confirm this behaviour?
liorgrossman
Metadata
Metadata
Assignees
Labels
No labels