Skip to content

doc: sending http request to localhost to avoid https redirect

In the JSON fetching example, http.get request is being sent to an http url that redirects to https. This causes the http.get request to fail. To avoid redirect errors, a local http server is set up that returns a json response.

Fixes: https://github.com/nodejs/node/issues/37907

Merge request reports

Loading