Coding Global Background
Coding Global
\n```","comment":[]}

send post request with custom headers

Archiviert 2 years ago
1 Nachrichten
1 Mitglieder
Erstellt 2 years ago
Aktualisiert 2 years ago
In Discord öffnen
B
bing0o
Verified
hello i need to send a custom headers in the javascript part of this code:
<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)