I get the following error with a simple One line web query in Windows Powershell. I've tried several things ...can anyone set me straight? Thanks
Invoke-WebRequest http://api.themoviedb.org/3/movie/550?api_key=9343dd7ed77d525d...
results in...
Invoke-WebRequest : {"status_code":19,"status_message":"Invalid accept header"} At line:1 char:1
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 16 março 2013 às 1:43 PM
Hey dmance,
You need to send along an
Accept
header with a value ofapplication/json
. Unfortunately, I don't have any insight as to how to do that in Powershell. You'll have to scour the internet for help.