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
In the admin analytics, you can't actually filter the results by "Request: HTTP Method." Trying to filter to POST/GET/DELETE/etc requests via this drop down always results in 0 results.
I haven't dug into it, but I suspect something is amiss with the case-sensitivity handling for this field, since I think this is one of the few fields that we handle case-insensitively, but by uppercasing everything (rather than how we normally downcase other fields we want to handle case-insensitively).
The text was updated successfully, but these errors were encountered:
In the admin analytics, you can't actually filter the results by "Request: HTTP Method." Trying to filter to POST/GET/DELETE/etc requests via this drop down always results in 0 results.
However, you can filter by this field using the advanced query syntax: https://api.data.gov/admin/#/stats/logs?query=&search=request_method%3APOST
I haven't dug into it, but I suspect something is amiss with the case-sensitivity handling for this field, since I think this is one of the few fields that we handle case-insensitively, but by uppercasing everything (rather than how we normally downcase other fields we want to handle case-insensitively).
The text was updated successfully, but these errors were encountered: