LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   HTTP request sent, awaiting response... 401 Unauthorized (https://www.linuxquestions.org/questions/linux-networking-3/http-request-sent-awaiting-response-401-unauthorized-733529/)

Franxie 06-17-2009 01:32 AM

HTTP request sent, awaiting response... 401 Unauthorized
 
Hi All, i am using CenTos Linux to run Nagios. The server where linux is installed is behind a Kerio (windows) firewall.
When using for example WGET command its wants to be authorized "HTTP request sent, awaiting response... 401 Unauthorized"
What file can i edit to give firewall username and password?
Thanks

micxz 06-17-2009 01:37 AM

Maybe Try:
Code:

http://username:password@hostname/
OR
Code:

wget --user=username --password=myPassword http://hostname


All times are GMT -5. The time now is 05:13 AM.