This Info Event is part of all Web and Internet Actions (e.g., Get Webpage Content, Universal Web API Call).
Progress & status info…
Overview
The Web progress & status Info Event provides detailed runtime information while a Web or Internet Action is processing a request. Depending on the Action and its settings, these messages can include the target URL, request and response headers, returned content, transfer progress, submitted files, HTTP status, and other operation details.
Each Action can generate a virtually unlimited variety of progress and status messages because their content reflects the actual request, response, protocol, remote server behavior, and processed data. These Events are informational and do not by themselves indicate a problem.
Event examples
Web progress & status Events can vary significantly for every Action and every request. The examples below are grouped by Action and show only a small selection of the possible messages…
Many progress and status message types are shared across Web and Internet Actions. For convenience, the examples are grouped by Action, but similar messages may also appear for other Actions depending on their configuration and runtime conditions.
Get Webpage Content
Get Webpage Content examples include returned content, request and response headers, HTTP status, redirects, and output truncation.
Task "Check documentation status" Action "Get Webpage Content" reaching "docs.example.com/api/status?lang=en-US". [aw:9]
◽ URL docs.example.com/api/status?lang=en-US output… [aw:27]
◾ ... "method": "GET", [aw:28]
◾ "request_uri": "/api/status?lang=en-US", [aw:28]
◾ "server_protocol": "HTTP/2.0", [aw:28]
◾ "query": {"lang":"en-US"} [aw:28]
◽ Status 200 OK · Request completed successfully [aw:34]
Action "Get Webpage Content" reaching "portal.example.net/?tmp&target=/health". [aw:9]
◽ URL portal.example.net/?tmp&target=/health with no output [aw:29]
◾ location: /health [aw:25]
◽ Status 301 Moved Permanently · Resource permanently moved to a new location [aw:34]
Action "Get Webpage Content" reaching "api.example.com/v2/status". [aw:9]
◽ URL api.example.com/v2/status request headers… [aw:30]
◾ Host: api.example.com [aw:25]
◾ Accept: */* [aw:25]
◾ X-Client-Version: 2026.09 [aw:25]
◽ URL api.example.com/v2/status response headers… [aw:31]
◾ content-type: application/json; charset=utf-8 [aw:25]
◽ URL api.example.com/v2/status output… [aw:32]
◾ {"status":"ok","service":"docs-api"} [aw:33]
◽ Status 200 OK · Request completed successfully [aw:34]
Action "Get Webpage Content" reaching "api.example.com/v2/catalog". [aw:9]
◾ Response truncated at 15 KB [aw:40]Upload File to Website
Upload File to Website examples include upload requests, response details, character replacement, and output truncation.
Task "Publish daily report" Action "Upload File to Website" reaching "uploads.example.com/api/reports/20260923.json". [aw:9]
◽ URL uploads.example.com/api/reports/20260923.json output… [aw:27]
◾ ... "method": "POST", [aw:28]
◾ "content_type": "application/octet-stream", [aw:28]
◾ "content_length": 16056, [aw:28]
◽ Status 200 OK · Request completed successfully [aw:34]
Action "Upload File to Website" reaching "uploads.example.net/import". [aw:9]
◾ Header name "Priority ★★★" → "Priority ___" (3 characters replaced) [aw:39]
◾ Header value "Quarterly Report AD™" → "Quarterly Report AD_" (1 character replaced) [aw:39]
Action "Upload File to Website" reaching "uploads.example.net/process". [aw:9]
◾ Response truncated at 5,000 bytes [aw:40]Download File from Website
Download File from Website examples include transfer progress, response headers, compression, and completion status.
Task "Download daily report" Action "Download File from Website" reaching "dl.example.com/reports/daily-20260923.zip". [aw:9]
Downloading at 8.42 MB/s · 4.20 MB transferred. [aw:6]
Downloading at 9.17 MB/s · 9.57 MB transferred · 100% done. [aw:8]
◽ URL dl.example.com/reports/daily-20260923.zip headers… [aw:29]
◾ content-type: application/zip [aw:25]
◽ Status 200 OK · Request completed successfully [aw:34]
Action "Download File from Website" reaching "secure.example.net/api/export.json". [aw:9]
◽ URL secure.example.net/api/export.json headers… [aw:29]
◾ content-type: application/json; charset=utf-8 [aw:25]
◾ vary: Accept-Encoding [aw:25]
◾ content-encoding: gzip [aw:25]
◽ Status 200 OK · Request completed successfully [aw:34]Save Webpage
Save Webpage examples include webpage resources, downloaded files, file type details, and HTTP status information.
Task "Archive product page" Action "Save Webpage" reaching "docs.example.com/products/widget". [aw:9]
◽ URL docs.example.com/products/widget headers… [aw:29]
◾ content-type: text/html; charset=utf-8 [aw:25]
◾ content-encoding: gzip [aw:25]
◽ Status 200 OK · Request completed successfully [aw:34]
Action "Save Webpage" reaching "docs.example.com/assets/hero.png". [aw:9]
◽ URL docs.example.com/assets/hero.png headers… [aw:29]
◾ content-type: image/png [aw:25]
◾ content-length: 24576 [aw:25]
◽ Status 200 OK · Request completed successfully [aw:34]
◾ "C:\WebArchive\assets\hero.png" binary file [aw:6]
◾ "C:\WebArchive\release-notes.txt" is UTF-16 file [aw:6]
Action "Save Webpage" reaching "docs.example.com/assets/legacy.css". [aw:9]
◽ URL docs.example.com/assets/legacy.css headers… [aw:29]
◾ content-type: text/html; charset=UTF-8 [aw:25]
◽ Status 404 Not Found · Requested resource was not found [aw:34]Submit Web Form
Submit Web Form examples include URL-encoded and multipart forms, submitted files, response content, and HTTP status information.
Task "Submit service request" Action "Submit Web Form" reaching "forms.example.com:8443/form-urlencoded". [aw:9]
◽ URL forms.example.com:8443/form-urlencoded output… [aw:27]
◾ ... "method": "POST",
◾ "content_type": "application/x-www-form-urlencoded",
◾ "field_count": 2 [aw:28]
◽ Status 200 OK · Request completed successfully [aw:34]
Action "Submit Web Form" reaching "example.net:8443/form-multipart". [aw:9]
◽ URL example.net:8443/form-multipart request headers… [aw:30]
◾ Host: example.net:8443 [aw:25]
◾ Accept: */* [aw:25]
◾ Content-Type: multipart/form-data; boundary=-AW0923 [aw:25]
◽ URL example.net:8443/form-multipart output… [aw:32]
◾ ... "method": "POST", [aw:33]
◾ "form_fields": {"description":"Quarterly report"}, [aw:33]
◾ "file_count": 1 [aw:33]
◽ Status 200 OK · Request completed successfully [aw:34]
◽ Submitted C:\Data\Reports\report.pdf file [aw:36]
◾ No file chosen for attachment [aw:38]
Action "Submit Web Form" reaching "example.com/status". [aw:9]
◽ URL example.com/status output… [aw:27]
◾ Request received, but processing was deferred [aw:28]
◽ Status 425 Too Early · Server refuses to process a request that might be replayed [aw:34]Universal Web API Call
Universal Web API Call examples include API responses, redirects, downloads, reconnects, character replacement, and output truncation.
Task "Check service status" Action "Universal Web API Call" reaching "api.example.com/v3/status". [aw:9]
◽ URL api.example.com/v3/status output… [aw:27]
◾ ... "service": "reporting-api" [aw:28]
◽ Status 200 OK · Request completed successfully [aw:34]
Action "Universal Web API Call" reaching "api.example.net/confirm?now". [aw:9]
◽ URL api.example.net/confirm?now with no output [aw:29]
◾ content-type: text/html; charset=UTF-8 [aw:25]
◾ location: /v3/status [aw:25]
◽ Status 303 See Other · Response available at a different URI using GET [aw:34]
Action "Universal Web API Call" reaching "downloads.example.com/exports/archive.bin". [aw:9]
Downloading at 118.05 MB/s · 0.12 GB transferred · 11% progress.
Downloading at 130.88 MB/s · 0.89 GB transferred · 86% progress.
Downloading at 72.57 MB/s · 0.95 GB transferred · 100% done. [aw:8]
◽ URL downloads.example.com/exports/archive.bin headers… [aw:29]
◾ content-type: application/octet-stream [aw:25]
◽ Status 200 OK · Request completed successfully [aw:34]
Task "Sync CRM record" Action "Universal Web API Call" reconnecting to the remote server in 30 seconds. [aw:21]
Task "Sync CRM record" Action "Universal Web API Call" reaching "crm.example.net/v3/customers/7285". [aw:9]
◽ URL crm.example.net/v3/customers/7285 output… [aw:27]
◾ {"retry":true} [aw:28]
◽ Status 504 Gateway Timeout · Upstream server did not respond in time [aw:34]
Action "Universal Web API Call" reaching "api.example.com/v2/import". [aw:9]
◾ Header name "Customer Tier™" → "Customer Tier_" (1 character replaced) [aw:39]
◾ Header value "◆API Access◆" → "_API Access_" (2 characters replaced) [aw:39]
◾ Cookie name "Secure Token ★★★" → "Secure Token ___" (3 characters replaced) [aw:39]
◾ Response truncated at 2 MB [aw:40]Note
The exact number and content of progress and status Events depend on the Action, its configuration, the remote server, and the processed data. A single operation may produce one or many Info Events. Long response content can be truncated, and unsupported or non-printable characters may be replaced to ensure safe and readable Event output.
Web
- Get Webpage Content · Overview · Events · 610001
- Upload File to Website · Overview · Events · 611001
- Download File from Website · Overview · Events · 612001
- Save Webpage · Overview · Events · 613001
- Submit Web Form · Overview · Events · 614001
Internet
- Universal Web API Call · Overview · Events · 600001
We are here to help…
If you have any questions, please do not hesitate to contact our support team.
