Support Board
Date/Time: Sun, 06 Jul 2025 05:35:09 +0000
Post From: sc.MakeHTTPRequest() - Add support for HTTP Headers
[2019-03-19 15:24:43] |
User796776 - Posts: 95 |
Would you add the option for an HTTP HEAD method to retrieve the FILETIME? This would allow the FILETIME to be used to determine if a change to the file has occurred since the last sc.MakeHTTPRequest() was made. Such a request can be done before deciding to download a large resource to save bandwidth and processing of the file. If the FILETIME is different, a new sc.MakeHTTPRequest() could be made, otherwise there is no need to make the request. |