Opened on Dec 26, 2025 at 6:04:02 PM
Last modified on Jan 9, 2026 at 12:00:02 AM
#4062 assigned Feature Request
InetRead() return http_statuscode on error — at Version 4
| Reported by: | Jpm | Owned by: | Jon |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description (last modified by )
return it in @extended on @error
#include <MsgBoxConstants.au3> Example() Func Example() Local $dData = InetRead("https://anydesk.com/x") ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $dData = ' & $dData & @CRLF & '>Error code: ' & @error & ' Extended code: ' & @extended & ' (0x' & Hex(@extended) & ')' & @CRLF) ;### Debug Console ; Display the results. MsgBox($MB_SYSTEMMODAL, "", "Error = " & @error & " extended = " & @extended) EndFunc ;==>Example
Change History (4)
comment:1 by , on Dec 26, 2025 at 9:18:25 PM
| Type: | Bug → Feature Request |
|---|
comment:2 by , on Dec 26, 2025 at 9:23:07 PM
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:4 by , on Jan 8, 2026 at 11:39:30 PM
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.

Fix sent to JON