Downloading Files: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 January 2023

29 January 2023

10 January 2023

8 January 2023

6 January 2023

1 June 2022

27 April 2022

18 April 2022

  • curprev 16:5716:57, 18 April 2022RhoSigma talk contribs 9,015 bytes +9,015 Created page with ":'''HTTP/1.1''' protocol downloads can be done using a '''GET''' request using the following format without HTTP:// in the url: {{TextStart}}CRLF$ = CHR$(13) + CHR$(10) Request$ = "GET " + File_Path + " HTTP/1.1" + CRLF$ + "Host:" + Web_Address + CRLF$ + CRLF$ {{TextEnd}} : Two carriage returns end the request to the client URL. The header that is returned from the site also ends with two carriage returns when there are no errors. The header will also inc..."