开发者

Is it possible to send a POST request from within an Outlook email?

开发者 https://www.devze.com 2023-03-17 16:24 出处:网络
I would like to send a POST request to a server, I don\'t want to use GET bec开发者_JAVA百科ause the sent message could potentially get very long. I was thinking about using javascript and jquery, but

I would like to send a POST request to a server, I don't want to use GET bec开发者_JAVA百科ause 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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消