I am trying to GET a page from my localhost server using the command line on linux. I have my node’s REST endpoint like this: And going here on my browser works perfectly: However, I can’t figure out how to use CURL to do the same GET request via the command line. Here is what I have tried: curl -H