Error to get data from Dehashed API

Rodrigo 165 Reputation points
2023-09-01T12:06:23.44+00:00

Hi, everyone

I try to get information from Dehashed API from Azure Cloud Shell, however it shows the following error:

Enable JavaScript and cookies to continue

I have executed a basic Curl:

curl https://api.dehashed.com

I attach the whole error in the issue (error-api.log).

Thanks in advance

Regards

Community Center | Not monitored
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 23,595 Reputation points Volunteer Moderator
    2023-09-29T16:42:32.01+00:00

    A command-line environment and does not support JavaScript or cookies in the same way a web browser does.

    To interact with the Dehashed API from the command line or a script, you should use the curl command or a similar tool to send HTTP requests.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.