HTTP Output Object (Get-RSS Cmdlet)

This object contains the text of the downloaded web page.

Syntax

Object HTTP {
   string URL;
   string Text;
   int Time;
   string[] CookieName;
   string[] CookieValue;
   string SSLServerCertEncoded;
}

Remarks

After retrieving a URL, the cmdlet will return an HTTPObject for every URL retrieved.

URL contains the URL that was retrieved.

Text contains the data transferred from the server to the client.

Time contains the time it took for the request to be completed.

SSLServerCertEncoded contains the base64 encoded server certificate.

If any cookies are returned, they can be accessed through the CookieName and CookieValue arrays.

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]