Closed jgajek closed 9 years ago
This doesn't happen when using the Django dev server, only when front-ending it with something like Apache/Nginx. I actually fixed this by forcing !null, which doesn't require a change to the view.
I can't find my commit, but I tipped it over to Will as he also experienced this: https://github.com/wmetcalf/cuckoo-modified/commit/5df0543a7336d03277332869a98266ad318310b6
Thanks, sorry I thought I had already pulled in KillerInstinct's commit, but it appears that wasn't the case. Please see if the latest version resolves the problem.
Works great, thanks!
In the Behavioral Analysis tab, when viewing the API calls filtered by category with an empty API filter, the generated URL requests have a double slash at the end (e.g. GET /analysis/filtered/121/536/registry//), which results in a 404 NOT FOUND error from the web server).