How send a webhook request in scripts with Javascript?

How to send a request in a script with javascript ?

can not use axios,fetch,http.

image

This is not possible. The JS script runs in the browser and very restricted by the browser’s security policy.

You can use a Python script instead.