There use to be something called GET or HTTP so you could run get requests to a page, or download pages.
This would be helpful for testing servers and doing stuff from CLi instead of using a browser.
Is there any binary for this mean?
There use to be something called GET or HTTP so you could run get requests to a page, or download pages.
This would be helpful for testing servers and doing stuff from CLi instead of using a browser.
Is there any binary for this mean?
man wget
. – waltinator Nov 30 '20 at 20:24curl
-man curl
– codlord Nov 30 '20 at 20:26