gpt4 book ai didi

javascript - 同一个源 iframe 的 Express.js : get req. body.datas

转载 作者:行者123 更新时间:2023-12-03 22:39:59 25 4
gpt4 key购买 nike

因为嵌套表单是一种不好的做法,所以我从我的网站源制作了一个内部 iframe 来加载另一个表单。因为它的内部我添加了样式和所有内容,但是在发布低谷 express 时(我也使用 sequelize 创建我的实体),即使加载了返回页面,我的数据也是空的。是我想念的东西吗?也许我必须指定 req.accepts(),我在问是否有人知道这种问题。

app.post('/sendOwners', function (req, res) {
ownerController
//these are empty even filled from the front end
.create(req, res, req.body.name,req.body.firstname, req.body.civility)
.then(function(owner){
res.send('contenu owner' +owner +'contenu req:'+req.body)
})
})

我的 iframe
  <iframe id="iframeID"
name="_parent"
sandbox="allow-forms allow-same-origin"
src="owners"
></iframe>

最佳答案

我在网上没有找到关于这个主题的明确答复。我不得不找到一种方法,几小时后我终于将方法形式更改为“get”并使用 req.query 访问我的数据。它现在似乎有效。

关于javascript - 同一个源 iframe 的 Express.js : get req. body.datas,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50155228/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com