We have a simple user database with user email contacts. The email needs to be verified. We send a verification code in the form of a clickable URL which user can click to verify their email. The clicked URL results in a GET call whereas we need it to make a POST instead. Is this possible?
In simple words: user sees a normal http://.... URL, which when clicked results in a POST instead of the usual GET.