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

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -