water Posted September 20, 2005 Posted September 20, 2005 Hi AutoIt gurus, I would like to check the availability of some of our websites. Right now one of our sites returnes "HTTP 500 - Internal Server Error". How can I check the HTTP status code? I tried IE.au3 and looked at _IEGetProperty but couldn't find a way to get the status code. Thanks in advance Thomas My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Raindancer Posted September 20, 2005 Posted September 20, 2005 And by using the _IEBodyReadHTML() Function, and then check the Code? Say: "Chuchichäschtli"My UDFs:_PrintImage UDF_WinAnimate UDFGruess Raindancer
water Posted September 20, 2005 Author Posted September 20, 2005 And by using the _IEBodyReadHTML() Function, and then check the Code?That would be a "workaround" as IE already provides the information I need.ThomasBTW: "Küchenkasten" My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Raindancer Posted September 20, 2005 Posted September 20, 2005 Hmm... Then you might find out what COM directive tells you that Code... Hmm... sprichst du deutsch? Say: "Chuchichäschtli"My UDFs:_PrintImage UDF_WinAnimate UDFGruess Raindancer
water Posted September 20, 2005 Author Posted September 20, 2005 sprichst du deutsch?Wenn der Vorarlberger Dialekt als Deutsch durchgeht, dann ja My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Raindancer Posted September 20, 2005 Posted September 20, 2005 Ich bin schweizer, weshalb ich mit allen möglichen DIalekten eigentlich absolut keine mühe habe, (ausser demjenigen aus dem Wallis). Wenn man nun herausfinden kann wie man an den Statuscode vom IE herankommt dann wäre dein Problem gelöst. Jetzt kann ich dir dabei aber leider nicht weiterhelfen. Im Developersforum hat es einen Thread zur IE.au3 UDF und dort kannst du vieleicht DaleHolm fragen wie du an den Statuscode herankommst Say: "Chuchichäschtli"My UDFs:_PrintImage UDF_WinAnimate UDFGruess Raindancer
water Posted September 20, 2005 Author Posted September 20, 2005 Im Developersforum hat es einen Thread zur IE.au3 UDF und dort kannst du vieleicht DaleHolm fragen wie du an den Statuscode herankommst Gute Idee, mach ich gleich.Schöne Grüße in die Schweiz My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
seandisanti Posted September 20, 2005 Posted September 20, 2005 Gute Idee, mach ich gleich.Schöne Grüße in die Schweizi'm not having the same issue or anything, but if this was solved, does anybody feel like posting the resolution in english? just incase someone else has the same problem but only speaks english?
water Posted September 20, 2005 Author Posted September 20, 2005 i'm not having the same issue or anything, but if this was solved, does anybody feel like posting the resolution in english? just incase someone else has the same problem but only speaks english?Hi, we just discovered that we are speaking the same language (kind of german).I didn't get a solution on how to check the HTTP status code directly but the suggestion in http://www.autoitscript.com/forum/index.php?showtopic=16001 solved my problem. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
seandisanti Posted September 20, 2005 Posted September 20, 2005 Hi, we just discovered that we are speaking the same language (kind of german).I didn't get a solution on how to check the HTTP status code directly but the suggestion in http://www.autoitscript.com/forum/index.php?showtopic=16001 solved my problem.cool, thanks for the explanation... sorry i try to learn from other people's issues, and if i don't understand the resolution, i learn nothing..
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now