Script Library: 1240 scripts
 

reads.r

REBOL [ title: "Gateway for read from url with modern SSL/TLS" File: %reads.r Date: 08-07-2024 Version: 0.0.1 Author: "Sergey Pochinok" Purpose: "Function allows you to read a file via a link using the HTTPS protocol with modern methods of traffic SSL/TLS encryption" EMail: [%pochinok--bk--ru] History: [ 0.0.1 [08-07-2024 "Started"] ] Category: [net] library: [ level: 'intermediate platform: 'all type: 'function domain: [http other-net ssl web] tested-under: [core & view 2.7.8.3.1 win & linux] support: none license: 'BSD see-also: none ] ] reads: func [ "Read from url using modern encryption protocols such as SSL/TLS" request [url!] "request url" ] [ read append copy http://www.pochinoksergey.ru/rebol/proxy.php?q= request ]
halt ;; to terminate script if DO'ne from webpage
Notes
  • reads.r has documentation.
  • email address(es) have been munged to protect them from spam harvesters. If you are a Library member, you can log on and view this script without the munging.
  • (pochinok:bk:ru)