Coding Global Background
Coding Global

send post request with custom headers

Archiviert 2 years ago
1 Nachrichten
1 Mitglieder
2 years ago
In Discord öffnen
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> ```

Antworten (1)