You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
Description
AMP page with contact form:
<form method="POST" action-xhr="mail/send.php" target="_top">
As you can see, the method is set to POST. But on server side implementation (PHP), data from this form are sent via GET method.
The form had previously worked without problems for several months. This changed few days ago out of nowhere (no previous code changes).
I have no idea what causes the form method change.
Reproduction Steps
Relevant Logs
Browser(s) Affected
Chrome, Firefox, Safari, Edge
OS(s) Affected
No response
Device(s) Affected
No response
AMP Version Affected
2202042210001
The text was updated successfully, but these errors were encountered: