zefie / zefie_wtvp_minisrv

This node.js project provides a mini WebTV Server, with encrypted WTVP (WebTV Protocol) support.
GNU General Public License v3.0
46 stars 9 forks source link

Use Production HTTP response messages #5

Closed JarHead4 closed 2 years ago

JarHead4 commented 2 years ago

As of right now, the server just responds with generic messages like "Not Found" or "Bad Gateway", while they should be more user friendly, as shown below: "Not Found" --> "The publisher can't find the page requested." "Access Denied" --> "The publisher of that page has not authorized you to use it." (Currently non-existant) "Unknown Host" --> "The publisher (URL w/o http://) is unknown"

Any other ones I missed should be present in ROM, file US017.dat

zefie commented 2 years ago

Should be addressed in b20d09d