是否可以从 Outlook 电子邮件中发送 POST 请求?
我想向服务器发送 POST 请求,我不想使用 GET,因为发送的消息可能会变得很长。我正在考虑使用 javascript 和 jquery,但我相信大多数客户端都关闭了 javascript。是否有其他方法可以从电子邮件中发送 Post 请求?
是的,我无法使用 javascript,但是其他人知道在 Outlook 邮件消息中发出发布请求的方法吗?
I would like to send a POST request to a server, I don't want to use GET because the sent message could potentially get very long. I was thinking about using javascript and jquery, but I believe most clients have javascript turned off. Is there another way to send a Post request from within an email?
Yea, I've been unable to use javascript, but does anyone else know of a way to make a post request within an outlook mail message?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可能不会。出于安全目的,大多数 javascript 在电子邮件中被禁用,因此我非常怀疑您是否能够通过受支持的电子邮件客户端(如 Outlook)使用任何服务器端代码。但我可能是错的...
Probably not. Most javascript is disabled in emails for security purposes so I highly doubt you'll be able to use any server side code via a supported email client like Outlook. I could be wrong though...
如何使用带有隐藏参数输入的表单
How about using a form with hidden inputs for your parameters