# Accoridng to routes.py in the wpt server implementation, POST method is # handled by a Python script handler which requires this file to return an html. def main(request, response): content = """ navigate away. """ return content