Do not specify default "Accept" header
tylerlong opened this issue · 1 comments
tylerlong commented
ringcentral-js/sdk/src/http/Client.ts
Lines 132 to 134 in c7ba3e6
There is no need to specify it. Because the server knows what content type to return. There is no ambiguity.
And since we specify json as the accept type, binary downloading stops working recently (due to a recent change on server side)
DaKingKong commented
lines removed