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
I want to fill out a form via an HTTP request. The form is attached to a message that is rarely deleted. I click a button, and it pops up for me to enter a key. The idea is to send this key via an HTTP request, but my code throws a request error. What’s wrong?
Maybe the ID in the component or the nonce in the body is missing? I’m not sure how to get them. By the way, is there an easier way to interact with form submissions using your library?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to fill out a form via an HTTP request. The form is attached to a message that is rarely deleted. I click a button, and it pops up for me to enter a key. The idea is to send this key via an HTTP request, but my code throws a request error. What’s wrong?
Maybe the ID in the component or the nonce in the body is missing? I’m not sure how to get them. By the way, is there an easier way to interact with form submissions using your library?
The endpoint I want to use is this: https://discord.com/api/v9/interactions.
Here’s the code I need to modify:
Beta Was this translation helpful? Give feedback.
All reactions