How to make HTTP requests with Javascript in Nuclei #5741
Replies: 1 comment
-
|
This discussion closed automatically due to inactivity. Feel free to reopen or start new if still relevant. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering whether it is possible to make HTTP requests in JavaScript. There seems to be no module that supports this.
My usecase:
I would like to load endpoints with parameters from one file, fill in the parameters with payloads from another file, and use the results as payloads for my HTTP requests. I currently don't see any other way of doing this than using javascript
It would also help if the updatePayload function would upload the payloads in the HTTP request
Beta Was this translation helpful? Give feedback.
All reactions