Hi @GeorgeSAS
The code @art297 posted works for me as well. See below:
NOTE: >>> GET /talks/quick-list HTTP/1.0
NOTE: >>> Host: www.ted.com:443
NOTE: >>> Accept: */*
NOTE: >>> Accept-Language: en
NOTE: >>> Accept-Charset: iso-8859-1,*,utf-8
NOTE: >>> User-Agent: SAS/URL
NOTE: >>>
NOTE: <<< HTTP/1.1 200 OK
NOTE: <<< Age: 0
NOTE: <<< Cache-Control: max-age=0, public, s-maxage=30
NOTE: <<< Content-Security-Policy-Report-Only: script-src 'unsafe-inline' 'unsafe-eval' https:; style-src 'unsafe-inline' 'self'
https:; default-src 'self' https: data: blob:; report-uri https://error-collector.ted.com/?context=csp-report
NOTE: <<< Content-Type: text/html; charset=utf-8
NOTE: <<< Date: Sun, 07 May 2017 00:29:18 GMT
NOTE: <<< ETag: W/"bc10c663abfefcaba0aa45f32b8efbe2"
NOTE: <<< Server: nginx
NOTE: <<< Set-Cookie: _nu=1494116958.827; Expires=Fri, 06 May 2022 00:29:18 GMT; Path=/
NOTE: <<< Set-Cookie: _abby=7OCod3AeLqPqydy; Expires=Fri, 06 May 2022 00:29:18 GMT; Path=/; Domain=.ted.com
NOTE: <<< Status: 200 OK
NOTE: <<< X-Content-Type-Options: nosniff
2 The SAS System 10:29 Sunday, May 7, 2017
NOTE: <<< X-Served-By: e11; o11
NOTE: <<< X-XSS-Protection: 1; mode=block
NOTE: <<< Connection: Close
NOTE: <<<
NOTE: The infile SOURCE is:
Filename=https://www.ted.com/talks/quick-list,
Local Host Name=<user name>,
Local Host IP addr=<ip address>,
Service Hostname Name=www.ted.com,
Service IP addr=<ip address>,Service Name=N/A,
Service Portno=443,Lrecl=32767,Recfm=Variable
NOTE: 1847 records were read from the infile SOURCE.
... View more