1 min readFeb 15, 2019
There’s a number of things that could cause that.
Do GET requests that do not reference static files (like html) work?
If yes, it’s probably code.
If no, then the application server isn’t started.
It could also be something wrong with the way the request is created. Could you provide more information?