This repository was archived by the owner on Jul 19, 2019. It is now read-only.
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
Tutorial uses POST with SimpleHTTPServer #1
Closed
Description
The tutorial suggests using python -m SimpleHTTPServer
to serve content, but subsequently introduces a mechanism for submitting comments via a POST request, which SimpleHTTPServer
doesn't support. It appears that at this point the tutorial assumes you're using the sample node.js server packaged with the tutorial's GitHub repo but that isn't explained.
Metadata
Metadata
Assignees
Labels
No labels