💻 Software
Is it possible to perform a HTTP POST from a HTML email?
Fresh5 days ago
Mar 15, 202632778 viewsConfidence Score0%
0%
Problem
If I receive an email in any email client be it Outlook, GMail, etc and the email contains a link to a website, is it possible to perform a POST request to the website as opposed to a GET request?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Is it possible to perform a HTTP POST from a HTML email?
Low Risk
For information retrieval, including links made with , only GET can be used. If you want POST for whatever reason, you'll have to create a with a submit button. (And think carefully about whether you need it; it's an ugly way to track users, and it'…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix