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

send post request with custom headers

Archived 2 years ago
1 messages
1 members
Created 2 years ago
Updated 2 years ago
Open in Discord
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>

Replies (1)