Forum Discussion
Anonymous
6 years agoNot applicable
(415) Unsupported media type error when using Power Query for POST request
I am trying to use Power Query in Power BI for a POST request, and I am getting this (415) unsupported media type error. The content has been tested in Postman (an API tester). Any help is appreciate...
Anonymous
6 years agoNot applicable
sorry that was a typo, fixed it.
that Text.ToBinary() is something I copied from other threads. If I remove it and just pass the JSON body to Content, it gives another error.
ImkeF
6 years agoCommunity Champion
Yes Anonymous ,
my bad - your original syntax looks alright. Content has to be a binary value.
Just re-check the error message and if nothing different comes up that can give a hint you should use Fiddler to compare the commands that both tools send.