When I try to post request to 127.0.0.1, it shows error as:
Post dial tcp 127.0.0.1:80: connect: connection refusedI have tried following:
Wget:
wget 127.0.0.1
--2020-04-02 09:52:01--
Connecting to 127.0.0.1:80... failed: Connection refused.Traceroute:
traceroute 127.0.0.1
traceroute to 127.0.0.1 (127.0.0.1), 30 hops max, 60 byte packets 1 localhost (127.0.0.1) 0.062 ms 0.029 ms 0.027 msPing:
ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
^C
--- 127.0.0.1 ping statistics ---
87 packets transmitted, 0 received, 100% packet loss, time 86006msCan anyone help with configuring this.
10 Reset to default