Open
Description
Describe the bug
- axios version: 1.6.8
- enviroment: node.js
- node version: v16.14.2
- npm version: 8.5.0
- system: mac
Code snippet
const res = await axios.post('https://www.baidu.com', {
a: 1,
b: 2
}, {
headers: {
'Content-Type': 'application/json'
}
})
### Expected behavior
solve circular error
Metadata
Metadata
Assignees
Labels
No labels