You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in header of response: content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8
I'm still trying to figure out how to fix this, but my guess is to add accept: application/xml to the request header. Is there something in this lib that will allow me to do this or should I just try to make a fetch or http request myself?
The text was updated successfully, but these errors were encountered:
So I'm calling
GetFeedSubmissionResult
from mws api, but they're giving me this unreadable response.https://i.imgur.com/64fUmIB.png
in header of response:
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8
I'm still trying to figure out how to fix this, but my guess is to add
accept: application/xml
to the request header. Is there something in this lib that will allow me to do this or should I just try to make a fetch or http request myself?The text was updated successfully, but these errors were encountered: