CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 06 Aug 2025 20:10:17 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20101127104815
location: https://web.archive.org/web/20101127104815/https://puredata.info/docs/tutorials/SimpleWebclient
server-timing: captures_list;dur=0.633238, exclusion.robots;dur=0.019385, exclusion.robots.policy;dur=0.007783, esindex;dur=0.009934, cdx.remote;dur=566.282664, LoadShardBlock;dur=1014.258452, PetaboxLoader3.datanode;dur=107.728844, PetaboxLoader3.resolve;dur=865.528875
x-app-server: wwwb-app239
x-ts: 302
x-tr: 2277
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=3
set-cookie: wb-p-SERVER=wwwb-app239; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 06 Aug 2025 20:10:20 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Sat, 27 Nov 2010 10:48:33 GMT
x-archive-orig-server: Zope/(Zope 2.8.8-final, python 2.3.5, linux2) ZServer/1.1 Plone/2.1.4
x-archive-orig-x-cache-rules-applied: yes
x-archive-orig-content-length: 7354
x-archive-orig-via: 1.0 puredata.info
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 27 Nov 2010 10:48:15 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 27 Nov 2010 10:48:15 GMT", ; rel="memento"; datetime="Sat, 27 Nov 2010 10:48:15 GMT", ; rel="next memento"; datetime="Tue, 21 Dec 2010 00:27:28 GMT", ; rel="last memento"; datetime="Wed, 11 Oct 2023 09:35:06 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: WIDE-20101127091849802-01712-01730-ia360905/WIDE-20101127103416753-01724-29671~ia360905.us.archive.org~9443.warc.gz
server-timing: captures_list;dur=0.507508, exclusion.robots;dur=0.015676, exclusion.robots.policy;dur=0.006751, esindex;dur=0.008270, cdx.remote;dur=22.559988, LoadShardBlock;dur=2670.529291, PetaboxLoader3.datanode;dur=254.244367, PetaboxLoader3.resolve;dur=2657.656206, load_resource;dur=270.485528
x-app-server: wwwb-app239
x-ts: 200
x-tr: 3009
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
PD Community Site SimpleWebclient
Background
Have you wanted to be able to grab information from a webpage or HTTP server in PD? It's easy using the HTTP protocol GET request and a tcp networking object, in this case the mrpeach/tcpclient within our simple webclient object, httpget:
Download
How To
Send the URL you want to get as a message to httpget which grabs the raw page as bytes and outputs it a symbol (text string). Set the End of String (EOS) character if you want to separate the output by new line (10), space (32), tab (9), etc for parsing. See the ASCII table for character codes.