omdbapi / OMDb-API

The Open Movie Database Bug Tracking
418 stars 21 forks source link

Problem with Search By IMDB ID #223

Closed meisnate12 closed 3 years ago

meisnate12 commented 3 years ago

when i try to go to http://www.omdbapi.com/?i=tt0080684&page=1&plot=short&apikey=######## this is returned

{"Response":"False","Error":"Invalid API key!"}

but If a go to http://www.omdbapi.com/?i=tt0080684&plot=short&page=1&apikey=######## I get the correct response

the only difference is the placement of &page=1 in the URL

I feel like you should be able to have that parameter anywhere in the parameters of the URL and have it work the same