Here’s the quick and dirty way to download a web page using Fish Shell with the curl command.
curl
Fish shell, predominantly, is not designed for parsing HTML directly.
Fish doesn’t have built-in commands for sending HTTP requests, but you can use curl right from the shell.
In Fish Shell, use curl to make an HTTP request with basic auth.