Error to get data from Dehashed API

Rodrigo 0 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

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,607 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 21,725 Reputation points
    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 Answers by the question author, which helps users to know the answer solved the author's problem.