http - POST method for Clickable URL -
We have a simple user database with user email contacts to verify the email. We send a verification code as a clickable URL, which users can click to verify their email. Clicked URLs yield results in a GET call, while instead we need to create a POST. Is this possible?
In simple words: The user looks at a normal http: // .... URL, which clicked the result in a post instead of a normal GET.
No, unfortunately the server can not retrieve the verification code. My only suggestion header ("location: x"); On the page where they click on the footer; D
Comments
Post a Comment