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
API silently ignores bad/unsupported query parameters in requests. This can confuse users as the API will respond with an unfiltered list of all resources the user is attempting to filter on.
📜 To Reproduce
Steps to reproduce the behavior:
Curl or browse https://pds.nasa.gov/api/search/1/classes/collections?identifier=urn%3Anasa%3Apds%3Ainsight_rad%3Adata_derived%3A%3A7.0
🐛 Describe the bug
API silently ignores bad/unsupported query parameters in requests. This can confuse users as the API will respond with an unfiltered list of all resources the user is attempting to filter on.
📜 To Reproduce
Steps to reproduce the behavior:
https://pds.nasa.gov/api/search/1/classes/collections?identifier=urn%3Anasa%3Apds%3Ainsight_rad%3Adata_derived%3A%3A7.0
q=""
🕵️ Expected behavior
Presence of unexpected query parameters should (maybe) return HTTP400 bad request
📚 Version of Software Used
🩺 Test Data / Additional context
🏞Screenshots
🖥 System Info
🦄 Related requirements
⚙️ Engineering Details
The text was updated successfully, but these errors were encountered: