I've just started to use the http-get library; one note and one question:
the note: the 'str->url' function contains a function call '1+' which doesn't work in anarki (changing (1+ port) to (+ 1 port) fixes the ability to get webpages from a local port (local8080).
the question: how can I use the 'save-page' function on a page hidden behind a defopl ? ie, how can I pass authentication in to get past the login page of someone elses arc server page?