api.webmaker.org icon indicating copy to clipboard operation
api.webmaker.org copied to clipboard

"not part of the API call" arguments in URLs get interpreted, instead of ignored.

Open Pomax opened this issue 10 years ago • 0 comments

Calling https://webmaker-api.herokuapp.com/discover/en-US?count=25&forcecheck=1440174508345, which uses a query parameter that is not part of the API call's parameter set, yields a 400 error rather than ignoring the unknown parameter.

Is it possible to make the API:

  • throw an error on missing required call parameters
  • throw an error on invalid call parameters
  • ignore any parameters not part of the API call?

Pomax avatar Aug 21 '15 16:08 Pomax