When we go to Accelerated Mobile Pages Project but inside the form action is not accepting "http url or custom url" lilke below :
<form method="post"
**action="http://example.com"** action-xhr="http://httpbin.org/response-headers" target="_blank">
<input type="title" name="term" required>
<input type="submit" value="Submit">
</form>
Acknowledge please.