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
Looking at the Serve docs explaining a proxy, it would be helpful for learners if there were a couple of links to the Node docs. Not being very experienced with Node, on seeing the example my first reaction was to look for http on npm (very wrong). Then Node's documentation for http didn't make it clear that that HTTPS requires using https instead - I did find it, but only after a bit of poking around.
My suggestions:
Old: "Here's a simple example of a proxy server to get you started."
New: "Here's a simple example of a proxy server to get you started, using Node's http."
Old: "Adding support for HTTPS using your own self-signed certificates"
New: "Adding support for HTTPS using Node's https and your own self-signed certificates"
The text was updated successfully, but these errors were encountered:
Looking at the Serve docs explaining a proxy, it would be helpful for learners if there were a couple of links to the Node docs. Not being very experienced with Node, on seeing the example my first reaction was to look for
http
on npm (very wrong). Then Node's documentation forhttp
didn't make it clear that that HTTPS requires usinghttps
instead - I did find it, but only after a bit of poking around.My suggestions:
Old: "Here's a simple example of a proxy server to get you started."
New: "Here's a simple example of a proxy server to get you started, using Node's
http
."Old: "Adding support for HTTPS using your own self-signed certificates"
New: "Adding support for HTTPS using Node's
https
and your own self-signed certificates"The text was updated successfully, but these errors were encountered: