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
Describe the bug
Hashdd is not working, either the endpoint is not found or the method is not allowed.
To Reproduce
I have configured Hashdd as a Cortex Analyzer and when I try to use it I have an error:
404 Client Error: NOT FOUND for url: https://api.hashdd.com/detail
I modify the analyzer to point to the endpoint in their API docs (https://www.hashdd.com/#api): https://api.hashdd.com/v1/detail/hash I still get an error 405 Client Error: METHOD NOT ALLOWED.
Looking at the code, the method used is POST and I think it should be GET.
Work environment
Server OS: CentOS 8
Cortex version: 3
Cortex Analyzer/Responder name: Hashdd_Detail_1_0
Cortex Analyzer/Responder version: Version: 1.0
The text was updated successfully, but these errors were encountered:
I was able to fix login and query..but the return details are now a list instead of a simple json.. tomorrow morning I'll find a good way to update templates and push fix
Describe the bug
Hashdd is not working, either the endpoint is not found or the method is not allowed.
To Reproduce
I have configured Hashdd as a Cortex Analyzer and when I try to use it I have an error:
404 Client Error: NOT FOUND for url: https://api.hashdd.com/detail
I modify the analyzer to point to the endpoint in their API docs (https://www.hashdd.com/#api):
https://api.hashdd.com/v1/detail/hash I still get an error 405 Client Error: METHOD NOT ALLOWED.
Looking at the code, the method used is POST and I think it should be GET.
Work environment
The text was updated successfully, but these errors were encountered: