Microsoft
Software
Hardware
Network
Question : Curl: how to get httpcode in Bash
Hi experts,
I know that I can use
curl -o $WEBSITEID "$URL"
to retrieve data from a url, however how to check if the retrieval is successful or not? In other words, how to get the response code (such as "200", or "404")?
Thanks for your replies.
Answer : Curl: how to get httpcode in Bash
1:
status=$(curl -s --head "$URL" | awk '/HTTP/ {print $2})
Open in New Window
Select All
Random Solutions
Registry error noted will not clear after running chkdsk /f. Must I call in HDD for repair?
Shaw Cable email (shawmail) - POP3 checking from remote computer
Java Interop with C#
SQL Reporting Service: Datetime parameter always displays "12:00 AM"
multiple Itunes music folder
Toshiba Satellite PRO; multiple errors; diagnostics.
Using Exmerge
What happend if you database exceeds the 75gb limit in Exchange SP2
behaviour for clicking on image links, save as instead of opening in browser
Using a date (now()) in ASP SQL query's WHERE statement