Request body is undefined
12 May 2024http
在試著打自己寫的 api 時,發現 Body 明明有以 JSON 的方式傳遞,使用 fetch
function 打出去的時候,對面卻找不到Body,後來發現是兩個原因:
- express 少了
app.use(express.json())
- fetch function 的 Header 少了
"Content-Type": "application/json"
http
在試著打自己寫的 api 時,發現 Body 明明有以 JSON 的方式傳遞,使用 fetch
function 打出去的時候,對面卻找不到Body,後來發現是兩個原因:
app.use(express.json())
"Content-Type": "application/json"
solidity
picoCTF
Go
ethernaut
linux
leetcode
blockchain
sql
react
leetcode-top-interview
array
medium
typescript
smart-contract
solana
javascript
java
ethereum
easy
css
Linux
zsh
ubuntu
two-pointer
next.js
jekyll
http
hardhat
golang
ethers
Secureum
Rust
web
wallet
vscode
typeorm
truffle
stack
shell
rpc
notion
notes
nodejs
nextjs
mocha
html
github
git
geth
express
eslint
docker
cloudflare
Vim
DSA