Coding Global Background
Coding Global

send post request with custom headers

Archived 2 years ago
1 messages
1 members
2 years ago
Open in Discord
B
bing0o
Verified

hello i need to send a custom headers in the javascript part of this code: ```html <form name=TheForm action="/path/to/post" method=post> <input type=hidden name=foo value='test=true'> </form> <script> document.TheForm.submit(); </script> ```

Replies (1)